fix switch

This commit is contained in:
2022-09-02 00:37:14 +02:00
parent 706047e451
commit e1893d8b8c
2 changed files with 22 additions and 11 deletions

View File

@ -3385,6 +3385,10 @@ body:has(#menu-controller:checked) {
}
@media (min-width: 768px) {
.md\:block {
display: block;
}
.md\:w-1\/3 {
width: 33.333333%;
}