summaryrefslogtreecommitdiff
path: root/stylesheets/index.css
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-07 00:07:26 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-08 19:09:49 +0100
commit33c4c87eedd08e136f427273bffea13ddf3d8613 (patch)
treef7183d0756e58feebd1c2dc59f66ed2a75bd3bfa /stylesheets/index.css
parentf2559fee5f7caeaa773fdd8708f11e2441976039 (diff)
downloadquatuorbellefeuille.com-33c4c87eedd08e136f427273bffea13ddf3d8613.tar.xz
Add more contrast to navigation elements on index page
Diffstat (limited to 'stylesheets/index.css')
-rw-r--r--stylesheets/index.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/stylesheets/index.css b/stylesheets/index.css
index 74ba8b7..66abda2 100644
--- a/stylesheets/index.css
+++ b/stylesheets/index.css
@@ -70,3 +70,11 @@ a#next-concert:hover {
top: 10%;
}
}
+
+@media (min-width: 40em) {
+ header.menu > nav,
+ footer.social {
+ background: #0004;
+ margin-bottom: auto;
+ }
+}