summaryrefslogtreecommitdiff
path: root/stylesheets/quatuor.css
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-16 22:10:20 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-16 22:10:20 +0100
commit7127c6d1234cc865f8f190d6d7005544808b5ba6 (patch)
treedfcf6b8c901e7586ffd4dc7716a87d0e3c01e111 /stylesheets/quatuor.css
parent8ec6dc5daf766084b367304d977b370cb3704023 (diff)
downloadquatuorbellefeuille.com-7127c6d1234cc865f8f190d6d7005544808b5ba6.tar.xz
Switch to button-menu sooner
Diffstat (limited to 'stylesheets/quatuor.css')
-rw-r--r--stylesheets/quatuor.css4
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%));