beep boop

This commit is contained in:
tobi 2025-03-31 15:35:37 +02:00
parent 35dc19c55c
commit 790e8c1277

View file

@ -35,7 +35,12 @@
grid-row: span 2;
}
@media screen and (max-width: 42rem) {
/*
On really skinny screens allow
media wrapper to take up full
width instead of showing 2 columns.
*/
@media screen and (max-width: 23rem) {
.media-wrapper {
grid-column: span 2;
grid-row: span 2;