From 301dc104fcdf2b3c475a71be95745c44eae19335 Mon Sep 17 00:00:00 2001 From: Jason Costello Date: Wed, 5 Oct 2016 16:47:47 -0700 Subject: [PATCH] additional padding for announcement section --- website/source/assets/stylesheets/_home.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/assets/stylesheets/_home.scss b/website/source/assets/stylesheets/_home.scss index 44fc75f3a0..6c200a011a 100755 --- a/website/source/assets/stylesheets/_home.scss +++ b/website/source/assets/stylesheets/_home.scss @@ -357,7 +357,7 @@ body.page-home { #latest-announcement{ position: relative; margin-top: -80px; - padding: 180px 0; + padding: 240px 0; color: $white; text-align: center;