diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-03-01 23:38:29 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-03-01 23:38:29 +0100 |
| commit | e7990e2457f37cced7dae029e680cc1e3ce26a07 (patch) | |
| tree | a1ce68963dbef02c3f1c58c29b4fa3fe7bab5ae7 /stylesheets | |
| parent | 5c8deac246d2f4cb7274ee823a4a7fe9c5a1c54f (diff) | |
| download | quatuorbellefeuille.com-e7990e2457f37cced7dae029e680cc1e3ce26a07.tar.xz | |
Tweak mobile menu layout a bit
- move contact to main list
- make sure banner is aligned with other banner
- pad individual links a bit
Diffstat (limited to 'stylesheets')
| -rw-r--r-- | stylesheets/commun.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/stylesheets/commun.css b/stylesheets/commun.css index 7ac3b4b..9500d5b 100644 --- a/stylesheets/commun.css +++ b/stylesheets/commun.css @@ -313,6 +313,7 @@ footer.legal { header.slidingmenu > .content header.banner { grid-column: 2; grid-row: 1 / 3; + justify-self: start; } header.slidingmenu > .content > a.lang { grid-column: -2; @@ -330,8 +331,7 @@ footer.legal { border-radius: 50%; } header.slidingmenu > .content > nav.menu, - header.slidingmenu > .content > nav.social, - header.slidingmenu > .content > a.contact { + header.slidingmenu > .content > nav.social { grid-column: 1 / -1; width: 100%; } @@ -357,7 +357,9 @@ footer.legal { justify-content: space-evenly; } header.slidingmenu > .content > nav.social > ul > li > a { - display: block; + display: flex; + align-items: center; + padding: 0.5em; } header.slidingmenu > .content > nav.social > ul > li > a > img { width: 2em; |
