changing style to text align from float right
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 12 Feb 2016 19:01:37 +0000 (14:01 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 12 Feb 2016 19:01:37 +0000 (14:01 -0500)
css/app.css
scss/_structure.scss

index e611d85..ebb2924 100644 (file)
@@ -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 {
index d02482d..2f49bf2 100644 (file)
@@ -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