From 400045c162b4281b0b2b4602b11a2bfac3fd74a6 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 12 Feb 2016 13:57:22 -0500 Subject: [PATCH] added social share buttons via simple share plugin and float to the right --- css/app.css | 3 +++ scss/_structure.scss | 3 +++ 2 files changed, 6 insertions(+) diff --git a/css/app.css b/css/app.css index 07f626a..e611d85 100644 --- a/css/app.css +++ b/css/app.css @@ -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; diff --git a/scss/_structure.scss b/scss/_structure.scss index 0837ab6..d02482d 100644 --- a/scss/_structure.scss +++ b/scss/_structure.scss @@ -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 -- 2.17.1