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/concerts.css | |
| parent | 8ec6dc5daf766084b367304d977b370cb3704023 (diff) | |
| download | quatuorbellefeuille.com-7127c6d1234cc865f8f190d6d7005544808b5ba6.tar.xz | |
Switch to button-menu sooner
Diffstat (limited to 'stylesheets/concerts.css')
| -rw-r--r-- | stylesheets/concerts.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stylesheets/concerts.css b/stylesheets/concerts.css index 7b70074..4d7f952 100644 --- a/stylesheets/concerts.css +++ b/stylesheets/concerts.css @@ -111,7 +111,7 @@ a.thumbnail { opacity: 50%; } -@media (min-width: 40em) { +@media (min-width: 50em) { main { /* Define thumbnail dimension here so that we can align stuff in * #event-details. */ @@ -174,7 +174,7 @@ a.thumbnail { } } -@media (max-width: 40em) { +@media (max-width: 50em) { .events { --cell-width: 10em; --cell-height: 8em; |
