website_next: part 3

This commit is contained in:
nym21
2026-07-06 11:15:39 +02:00
parent eee1a10d2a
commit 3f9edb211e
103 changed files with 1829 additions and 2040 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
main.explore {
main[data-page="explore"] {
--explore-max-width: 80rem;
--explore-gap: 2rem;
--chain-width: calc(4.5rem * sqrt(3));
@@ -14,7 +14,7 @@ main.explore {
}
@media (max-width: 48rem) {
main.explore {
main[data-page="explore"] {
grid-template-columns: minmax(0, 1fr);
grid-template-rows: auto minmax(0, 1fr);
gap: 0;