Fix bad mobile scaling

This commit is contained in:
augustin64 2024-01-27 12:25:27 +01:00
parent bf48ed29d7
commit eb5e1edf5e

View File

@ -19,4 +19,8 @@
input:checked#slide-sidebar~#content-container {
position: initial;
}
input:checked#slide-sidebar~#footer,#content-container {
min-width: unset;
}
}