🩹 Fix main content alignment under menu overlay

This commit is contained in:
James Panther
2022-06-28 09:47:30 +10:00
parent 495cbc683d
commit c0494b25a4
4 changed files with 8 additions and 10 deletions
+1 -7
View File
@@ -1018,8 +1018,7 @@ body button {
/* Hamburger menu */
body:has(#menu-controller:checked) {
position: fixed;
overflow-y: scroll;
overflow-y: hidden;
}
#menu-button:has(#menu-controller:checked) {
@@ -1772,11 +1771,6 @@ body:has(#menu-controller:checked) {
margin-bottom: 0px;
}
.mx-4 {
margin-left: 1rem;
margin-right: 1rem;
}
.mb-3 {
margin-bottom: 0.75rem;
}