From 8ef36ce40497c935b3f39ea8b20ce43ab9b670b4 Mon Sep 17 00:00:00 2001 From: chris062689 Date: Mon, 5 Jun 2017 21:27:22 -0400 Subject: [PATCH] Added additional padding to the #mainContainer div. --- site/themes/citra-bs-theme/static/css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/site/themes/citra-bs-theme/static/css/style.css b/site/themes/citra-bs-theme/static/css/style.css index 7e6fee6..4422391 100644 --- a/site/themes/citra-bs-theme/static/css/style.css +++ b/site/themes/citra-bs-theme/static/css/style.css @@ -1,7 +1,7 @@ body { - font-family: "Ubuntu","Helvetica Neue",Helvetica,Arial,sans-serif; - color: #333333; - background-color: #e5e5e5; + font-family: "Ubuntu","Helvetica Neue",Helvetica,Arial,sans-serif; + color: #333333; + background-color: #e5e5e5; } /* latin */ @@ -41,7 +41,7 @@ h1 { background-size: cover; } #mainContainer { - padding-top: 70px; + padding-top: 85px; padding-bottom: 2%; background-color: white; box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);