Make Photos and Carousel slightly bigger on small screens

This commit is contained in:
2020-04-22 10:22:25 +02:00
parent 39031366d5
commit 3a96b8e954
2 changed files with 3 additions and 3 deletions

View File

@@ -60,10 +60,10 @@
padding: 0;
@media (min-aspect-ratio: 16/8) {
max-width: 960px;
max-width: 976px;
}
@media (min-aspect-ratio: 16/10) {
max-width: 1000px;
max-width: 1024px;
}
}
}

View File

@@ -18,7 +18,7 @@
max-width: 1424px;
}
@media (min-aspect-ratio: 16/10) {
max-width: 68%;
max-width: 70%;
}
}