website_next: part 9

This commit is contained in:
nym21
2026-07-08 11:24:52 +02:00
parent 15fbdc168f
commit a43b00c12c
48 changed files with 1756 additions and 1042 deletions
+4 -1
View File
@@ -16,8 +16,11 @@ main[data-page="explore"] {
@media (max-width: 48rem) {
main[data-page="explore"] {
grid-template-columns: minmax(0, 1fr);
grid-template-rows: auto minmax(0, 1fr);
grid-template-rows: auto auto;
gap: 0;
width: 100%;
height: auto;
min-height: 100dvh;
overflow: visible;
}
}