diff options
Diffstat (limited to 'stylesheets/commun.css')
| -rw-r--r-- | stylesheets/commun.css | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/stylesheets/commun.css b/stylesheets/commun.css index 9500d5b..8ea2a32 100644 --- a/stylesheets/commun.css +++ b/stylesheets/commun.css @@ -71,20 +71,22 @@ footer.social a.contact:hover { background: white; } -footer.social a.lang { - display: block; - padding: 0.5rem; - border-radius: 50%; - font-size: 1rem; - +a.lang { border: 0.15rem solid black; + border-radius: 50%; } -footer.social a.lang:hover { +a.lang:hover { color: white; background: var(--gold); border: 0.15rem solid var(--gold); } +footer.social a.lang { + display: block; + padding: 0.5rem; + font-size: 1rem; +} + footer.social { display: flex; flex-direction: column; @@ -210,7 +212,7 @@ footer.legal { width: 2.2rem; } - a.contact { + footer.social > a.contact { /* Ideally should be just: */ /* writing-mode: sideways-lr; */ /* but of course We Can't Have Nice Things. */ @@ -304,7 +306,6 @@ footer.legal { grid-template-columns: 3rem 1fr 3rem; grid-template-rows: 3rem repeat(4, auto); justify-items: center; - text-align: center; } header.slidingmenu > .content > img.button.close { grid-column: 1; @@ -324,11 +325,9 @@ footer.legal { justify-self: center; align-items: center; justify-content: center; - width: 2rem; - height: 2rem; - border: 0.15rem solid black; - border-radius: 50%; + padding: 0.4rem; + font-size: 0.8rem; } header.slidingmenu > .content > nav.menu, header.slidingmenu > .content > nav.social { @@ -340,7 +339,10 @@ footer.legal { header.slidingmenu > .content ol { list-style: none; padding-left: 0; - width: 100%; + } + + header.slidingmenu > .content > nav.menu { + text-align: center; } header.slidingmenu > .content > nav.menu > ol > li > ul { |
