aboutsummaryrefslogtreecommitdiffstats
path: root/_sass/site.scss
diff options
context:
space:
mode:
Diffstat (limited to '_sass/site.scss')
-rw-r--r--_sass/site.scss21
1 files changed, 16 insertions, 5 deletions
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;