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/quatuor.css | |
| parent | 8ec6dc5daf766084b367304d977b370cb3704023 (diff) | |
| download | quatuorbellefeuille.com-7127c6d1234cc865f8f190d6d7005544808b5ba6.tar.xz | |
Switch to button-menu sooner
Diffstat (limited to 'stylesheets/quatuor.css')
| -rw-r--r-- | stylesheets/quatuor.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stylesheets/quatuor.css b/stylesheets/quatuor.css index a731be7..8d84795 100644 --- a/stylesheets/quatuor.css +++ b/stylesheets/quatuor.css @@ -21,7 +21,7 @@ color: #483200; } -@media (min-width: 40em) { +@media (min-width: 50em) { main { max-width: 55em; justify-self: center; @@ -59,7 +59,7 @@ } } -@media (max-width: 40em) { +@media (max-width: 50em) { #photos { display: grid; grid-template-columns: repeat(auto-fit, minmax(20%, 50%)); |
