From 078de88a65f8e49c4bd5b2aeed18168540779fd3 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 16 Mar 2015 11:22:42 -0400 Subject: [PATCH] Some style changes --- root/scss/_structure.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/scss/_structure.scss b/root/scss/_structure.scss index 7037a43..70c5180 100644 --- a/root/scss/_structure.scss +++ b/root/scss/_structure.scss @@ -152,7 +152,7 @@ body { display:block; padding: 0 10px; } - &:nth-child(1):before, &:nth-child(2):before { + &:nth-child(1):before { content: none; } } @@ -197,7 +197,7 @@ body { } } #content-wrapper { - padding: 0 25px; + padding: 25px; h1#Emer { color: $red; font-family: Times, sans-serif; -- 2.17.1