added social share buttons via simple share plugin and float to the right
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 12 Feb 2016 18:57:22 +0000 (13:57 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 12 Feb 2016 18:57:22 +0000 (13:57 -0500)
css/app.css
scss/_structure.scss

index 07f626a..e611d85 100644 (file)
@@ -7544,6 +7544,9 @@ a#big-lens h1 {
 #social2 #in2 a {
   background: url(http://www.discoverkalamazoo.com/assets/social.png) -175px 0 no-repeat; }
 
+.ssba {
+  float: right; }
+
 /* for the mobile menu */
 aside.left-off-canvas-menu li.page_item {
   display: block;
index 0837ab6..d02482d 100644 (file)
@@ -124,4 +124,7 @@ a#big-lens h1 {
 }
 #social2 #in2 a {
        background: url(http://www.discoverkalamazoo.com/assets/social.png) -175px 0 no-repeat;
+}
+.ssba{
+    float: right;
 }
\ No newline at end of file