Skip to content

Commit 9815cfc

Browse files
committed
style: make games 1 column wide on smaller screens
Signed-off-by: Matt Gleich <git@mattglei.ch>
1 parent f11720c commit 9815cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/index/sections/games/games-section.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
}
8888
}
8989
90-
@media (max-width: 400px) {
90+
@media (max-width: 385px) {
9191
.games {
9292
grid-template-columns: 1fr;
9393
}

0 commit comments

Comments
 (0)