adding margin to the interior page
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 4 Jan 2017 17:56:21 +0000 (12:56 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 4 Jan 2017 17:56:21 +0000 (12:56 -0500)
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
scss/_main.scss

index 300faa9..2ad6043 100644 (file)
@@ -6596,7 +6596,7 @@ body .stButton .sharethis {
   margin-top: 5px;
   float: right; }
 
-.no-sidebar-content {
+#interior-content {
   margin-top: 30px; }
 
 #slideshow li {
index 0bc68de..262f798 100644 (file)
@@ -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