diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-01-15 23:42:55 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-01-17 22:16:28 +0100 |
| commit | 05185dd3df8e2d3a47ada8e30b664ec442bfb3fd (patch) | |
| tree | a2e35a14161ca601b87a7038d985f5ee6206a2a7 | |
| parent | f80e7885c9a4444119a0baed846fded84d6a5f8d (diff) | |
| download | quatuorbellefeuille.com-05185dd3df8e2d3a47ada8e30b664ec442bfb3fd.tar.xz | |
Make contact list readable on mobile
| -rw-r--r-- | commun.css | 21 |
1 files changed, 15 insertions, 6 deletions
@@ -53,6 +53,12 @@ nav li.dropdown > ul > li a img { padding: 0.5em; } +footer.social > .content { + display: flex; + flex-direction: column; + align-items: center; +} + footer.legal { grid-column: 1 / -1; width: 100%; @@ -164,12 +170,6 @@ footer.legal { top: 0; } - footer.social > .content { - display: flex; - flex-direction: column; - align-items: center; - } - .social img { width: 2em; margin-top: 0.5em; @@ -326,4 +326,13 @@ footer.legal { grid-column: 2; margin: auto; } + + .social img { + width: 3em; + margin-top: 0.5em; + margin-bottom: 0.5em; + } + .contact { + padding: 1em; + } } |
