From 2d9a5860cce57e13e2f7b2fef16a27d744c5a9c6 Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Sun, 4 Feb 2018 03:45:52 -0600 Subject: more updates --- _sass/site.scss | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) (limited to '_sass/site.scss') diff --git a/_sass/site.scss b/_sass/site.scss index 9ad7da2..88da182 100644 --- a/_sass/site.scss +++ b/_sass/site.scss @@ -187,6 +187,21 @@ pre { .section-header { padding-bottom: 25px; } + #sections { + min-height: 130px; + #link { + color: #212529; + } + #link:hover + #name { + display: block; + } + #name { + display: none; + text-align: center; + font-size: 1.2rem; + font-weight: bold; + } + } } // New User Guide @@ -234,7 +249,7 @@ pre { } .index-section { - padding: 100px 0 40px; + padding: 100px 0 80px; } .index-section-last { @@ -253,10 +268,6 @@ pre { font-size: 4em; } -.feature-section { - padding-bottom: 40px; -} - #accordion { .card { min-height: unset; -- cgit v1.2.3-59-ga6da