aboutsummaryrefslogtreecommitdiffstats
path: root/_sass/site.scss
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2018-02-04 01:05:06 -0600
committerMatt Rude <[email protected]>2018-02-04 01:05:06 -0600
commitaa6027a82f3840989be22f5aeba9b23d7bf8955d (patch)
treee9fec975a54204b72f51417a94718a36b1068586 /_sass/site.scss
parent0d7ab73ef6e26f40b63faeed1293b12e8a8c33d3 (diff)
downloadxmpp-site-lite-aa6027a82f3840989be22f5aeba9b23d7bf8955d.tar.gz
xmpp-site-lite-aa6027a82f3840989be22f5aeba9b23d7bf8955d.tar.bz2
xmpp-site-lite-aa6027a82f3840989be22f5aeba9b23d7bf8955d.zip
minor typo correction
Diffstat (limited to '_sass/site.scss')
-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 {