From d3f40ed71e682d83d786ef0bffa618d2ac42a460 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 12 Feb 2016 14:01:37 -0500 Subject: [PATCH] changing style to text align from float right --- css/app.css | 4 ++-- scss/_structure.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/app.css b/css/app.css index e611d85..ebb2924 100644 --- a/css/app.css +++ b/css/app.css @@ -7544,8 +7544,8 @@ a#big-lens h1 { #social2 #in2 a { background: url(http://www.discoverkalamazoo.com/assets/social.png) -175px 0 no-repeat; } -.ssba { - float: right; } +.ssba.ssba-wrap > div { + text-align: right !important; } /* for the mobile menu */ aside.left-off-canvas-menu li.page_item { diff --git a/scss/_structure.scss b/scss/_structure.scss index d02482d..2f49bf2 100644 --- a/scss/_structure.scss +++ b/scss/_structure.scss @@ -125,6 +125,6 @@ a#big-lens h1 { #social2 #in2 a { background: url(http://www.discoverkalamazoo.com/assets/social.png) -175px 0 no-repeat; } -.ssba{ - float: right; +.ssba.ssba-wrap > div{ + text-align: right !important; } \ No newline at end of file -- 2.17.1