feat(gallery): improve responsivity

This commit is contained in:
2026-01-03 21:56:37 +01:00
parent ae2239d17e
commit cc2e312108
3 changed files with 51 additions and 15 deletions

View File

@@ -35,3 +35,7 @@
body {
background: #000000;
}
@theme {
--breakpoint-xs: 30rem;
}