aboutsummaryrefslogtreecommitdiff
path: root/_sass
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-08-12 10:59:25 +0200
committerAlex Legler <alex@a3li.li>2015-08-12 10:59:25 +0200
commite7fb7acb354a60d4f6fbda0f0d23f6ad2dd6f41d (patch)
treeca18517d6789fc50c5937dc6683288e8ea587f41 /_sass
parentAdd news item on the Git migration (diff)
downloadwww-e7fb7acb354a60d4f6fbda0f0d23f6ad2dd6f41d.tar.gz
www-e7fb7acb354a60d4f6fbda0f0d23f6ad2dd6f41d.tar.bz2
www-e7fb7acb354a60d4f6fbda0f0d23f6ad2dd6f41d.zip
Fix footer nav display rules for small screens
Diffstat (limited to '_sass')
-rw-r--r--_sass/footer.scss12
1 files changed, 7 insertions, 5 deletions
diff --git a/_sass/footer.scss b/_sass/footer.scss
index 2e3512f..cb256b6 100644
--- a/_sass/footer.scss
+++ b/_sass/footer.scss
@@ -6,11 +6,6 @@ ul.sitemap {
}
}
-.container-sitemap {
- border-top: 1px solid #d5d5d5;
- border-bottom: 1px solid #d5d5d5;
-}
-
@media (min-width: 768px) {
.container-sitemap {
padding-top: 1em;
@@ -19,6 +14,13 @@ ul.sitemap {
}
}
+@media (min-width: 992px) {
+ .container-sitemap {
+ border-top: 1px solid #d5d5d5;
+ border-bottom: 1px solid #d5d5d5;
+ }
+}
+
.footer-breadcrumb {
margin-top: 2em;
} \ No newline at end of file