fix footer

This commit is contained in:
2023-01-28 19:06:47 +01:00
parent e06daf032f
commit 70aaff09a8
4 changed files with 136 additions and 50 deletions

View File

@ -3308,6 +3308,14 @@ body:has(#menu-controller:checked) {
margin-right: 2rem;
}
.lg\:block {
display: block;
}
.lg\:flex {
display: flex;
}
.lg\:hidden {
display: none;
}