From a062ef33b684d57834eb0d57e0672a700cc75a6e Mon Sep 17 00:00:00 2001 From: Yangshun Tay Date: Wed, 20 Mar 2019 21:29:16 -0700 Subject: [PATCH] fix: empty white bar on landing page (#1293) --- v1/website/static/css/custom.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/v1/website/static/css/custom.css b/v1/website/static/css/custom.css index 366ad63108..02830de97b 100644 --- a/v1/website/static/css/custom.css +++ b/v1/website/static/css/custom.css @@ -64,7 +64,7 @@ table td:first-child > code { font-weight: bold; font-size: 24px; padding: 48px; - margin: 0 auto; + margin: 0 auto -40px; text-align: center; } @@ -121,6 +121,7 @@ table td:first-child > code { float: right; margin-top: 20px; padding: 20px; + padding-right: 0; } .index-ctas { @@ -142,9 +143,13 @@ table td:first-child > code { } @media only screen and (max-width: 768px) { + .announcement { + font-size: 18px; + padding: 20px; + } + .index-hero { - padding-left: 20px; - padding-right: 20px; + padding: 20px; } .index-hero-inner {