From 7385b50759541c9ff598ea07e84b8ac499965924 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 4 Jan 2017 12:56:21 -0500 Subject: [PATCH] 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 --- css/app.css | 2 +- scss/_main.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.17.1