Add mobile styling

This commit is contained in:
Jorit Tijsen
2024-03-20 12:31:55 +01:00
parent 04b4a3b3e5
commit 5b9dc7c7f3
26 changed files with 828 additions and 128 deletions

View File

@@ -1,3 +1,8 @@
.sidebar .box {
width: CALC(100% - 38px);
}
@media (max-width: 768px) {
.sidebar {
width: 100%;
}
}