aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_sass/site.scss9
1 files changed, 5 insertions, 4 deletions
diff --git a/_sass/site.scss b/_sass/site.scss
index 4ae78ec..bf263aa 100644
--- a/_sass/site.scss
+++ b/_sass/site.scss
@@ -156,9 +156,6 @@ a:hover {
background: transparent!important;
width: 100%
}
- .section-header {
- padding-bottom: 25px;
- }
.nav-pills .nav-link {
border-radius: 0;
}
@@ -172,7 +169,11 @@ a:hover {
}
}
-
+#server-features-content {
+ .section-header {
+ padding-bottom: 25px;
+ }
+}
// New User Guide
.section-header-nug {