diff options
Diffstat (limited to 'stylesheets/commun.css')
| -rw-r--r-- | stylesheets/commun.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/stylesheets/commun.css b/stylesheets/commun.css index d9fe362..3b17db1 100644 --- a/stylesheets/commun.css +++ b/stylesheets/commun.css @@ -117,7 +117,7 @@ footer.legal { min-height: 100vh; display: grid; - grid-template-columns: 2fr 1fr 4fr 1fr auto; + grid-template-columns: 2fr 1fr 5fr 1fr auto; grid-template-rows: auto 1fr auto; } @@ -130,7 +130,7 @@ footer.legal { } header.menu { - grid-column: 3 / -2; + grid-column: 3; display: grid; grid-template-columns: 3fr 1fr; } @@ -163,7 +163,7 @@ footer.legal { @media (min-width: 80em) { nav > ol { - grid-template-columns: repeat(auto-fill, minmax(8em, 1fr)); + grid-template-columns: repeat(4, minmax(8em, 1fr)); } } @@ -214,7 +214,7 @@ footer.legal { footer.social { grid-row: 1 / -2; grid-column: 5; - padding: var(--menu-top-margin) 1em 0; + margin: var(--menu-top-margin) 1em 0; } footer.social a { @@ -234,6 +234,7 @@ footer.legal { transform: rotate(180deg); padding: 1rem 0.5rem; margin: 0; /* Compensate padding. */ + margin-bottom: 0.5em; } } |
