mobile support
This commit is contained in:
+8
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user