From: Anthony Talarico Date: Wed, 4 Jan 2017 17:56:21 +0000 (-0500) Subject: adding margin to the interior page X-Git-Tag: v1.0.0^2~37 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=7385b50759541c9ff598ea07e84b8ac499965924;p=WP-Themes%2Fmcda.git adding margin to the interior page adding 30px margin to the top of the interior-page to offset the space that was created by the breadcrumbs, which are no longer there --- diff --git a/css/app.css b/css/app.css index 300faa9..2ad6043 100644 --- a/css/app.css +++ b/css/app.css @@ -6596,7 +6596,7 @@ body .stButton .sharethis { margin-top: 5px; float: right; } -.no-sidebar-content { +#interior-content { margin-top: 30px; } #slideshow li { diff --git a/scss/_main.scss b/scss/_main.scss index 0bc68de..262f798 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -118,6 +118,6 @@ body .stButton .sharethis { margin-top: 5px; float: right; } -.no-sidebar-content{ +#interior-content{ margin-top: 30px; } \ No newline at end of file