diff options
| -rw-r--r-- | stylesheets/commun.css | 1 | ||||
| -rw-r--r-- | stylesheets/index.css | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/stylesheets/commun.css b/stylesheets/commun.css index 3f69310..0a88fab 100644 --- a/stylesheets/commun.css +++ b/stylesheets/commun.css @@ -231,7 +231,6 @@ footer.legal { transform: rotate(180deg); padding: 1rem 0.5rem; margin: 0; /* Compensate padding. */ - margin-bottom: 0.5em; } } diff --git a/stylesheets/index.css b/stylesheets/index.css index 7628bd0..8e6f167 100644 --- a/stylesheets/index.css +++ b/stylesheets/index.css @@ -72,10 +72,8 @@ a#next-concert:hover { } @media (min-width: 40em) { - header.menu > nav, - footer.social { + header.menu > nav { background: #0004; - margin-bottom: auto; } nav li.dropdown ul { |
