aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/polaris/assets/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/polaris/assets/css/style.css')
-rw-r--r--themes/polaris/assets/css/style.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/themes/polaris/assets/css/style.css b/themes/polaris/assets/css/style.css
index f84c768..0d95e73 100644
--- a/themes/polaris/assets/css/style.css
+++ b/themes/polaris/assets/css/style.css
@@ -49,6 +49,10 @@ a:hover {
.nav-title, main, footer {
margin: 0 16px;
}
+
+ .nav-title h2 {
+ display: block;
+ }
}
.nav-under {
@@ -60,6 +64,9 @@ a:hover {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
+}
+
+.nav-title {
padding: 16px 0;
}
@@ -104,6 +111,14 @@ nav ul {
.nav-under {
display: none;
}
+
+ .nav-title h2 {
+ display: block;
+ }
+
+ .nav-subtext {
+ margin-left: 0;
+ }
}
hr {