Add padding to content only for frontpage content
authorLaury GvR <laury@gaslightmedia.com>
Wed, 7 Nov 2018 21:45:50 +0000 (16:45 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 7 Nov 2018 21:45:50 +0000 (16:45 -0500)
scss/_main.scss

index b1cddc6..d2f6094 100644 (file)
@@ -17,6 +17,8 @@ main {
     border-radius: 2px;
     box-shadow: 0px 0px 22px 3px rgba(46,61,73,0.2);
     margin: 15px auto;
+}
+.page-front .content-row {
     padding: 1em;
 }
 .bcn-breadcrumbs {