mobile support

This commit is contained in:
2026-06-16 09:45:49 -04:00
parent 9c7d1e2c6a
commit 12a102a3ca
9 changed files with 125 additions and 24 deletions
+8 -1
View File
@@ -142,7 +142,14 @@
@media (max-width: 700px) {
.fractal-layout { flex-direction: column; padding: 1rem; padding-top: 3rem; }
.fractal-sidebar { flex-direction: row; flex-wrap: wrap; justify-content: center; max-height: none; }
.fractal-sidebar { flex-direction: row; flex-wrap: wrap; justify-content: center; max-height: none; gap: 0.35rem; order: 1; }
.fractal-main { order: 0; }
.fractal-sidebar button { padding: 0.4rem 0.7rem; font-size: 0.55rem; }
.fractal-hint { font-size: 0.5rem; }
.fractal-label { font-size: 0.55rem; }
}
@media (max-width: 400px) {
.fractal-sidebar button { padding: 0.3rem 0.5rem; font-size: 0.5rem; }
}
</style>
</head>