diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-03-16 22:10:20 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-03-16 22:10:20 +0100 |
| commit | 7127c6d1234cc865f8f190d6d7005544808b5ba6 (patch) | |
| tree | dfcf6b8c901e7586ffd4dc7716a87d0e3c01e111 /stylesheets/galerie.css | |
| parent | 8ec6dc5daf766084b367304d977b370cb3704023 (diff) | |
| download | quatuorbellefeuille.com-7127c6d1234cc865f8f190d6d7005544808b5ba6.tar.xz | |
Switch to button-menu sooner
Diffstat (limited to 'stylesheets/galerie.css')
| -rw-r--r-- | stylesheets/galerie.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stylesheets/galerie.css b/stylesheets/galerie.css index a94cddb..ed09b53 100644 --- a/stylesheets/galerie.css +++ b/stylesheets/galerie.css @@ -52,7 +52,7 @@ main h1 { height: 100%; } -@media (min-width: 40em) { +@media (min-width: 50em) { .mosaic.photos { --mosaic-side: 14em; } @@ -68,7 +68,7 @@ main h1 { } } -@media (max-width: 40em) { +@media (max-width: 50em) { .mosaic.photos { --mosaic-side: 8em; } |
