fixed invisible overflow glitch

This commit is contained in:
2024-02-26 15:45:03 -06:00
parent 62526a5ff4
commit c499b2a7ce

View File

@@ -142,7 +142,7 @@ a {
#homeIcon { #homeIcon {
margin: auto; margin: auto;
display: block; display: block;
width: 3em; width: 5em;
} }
#homeName { #homeName {
@@ -334,6 +334,7 @@ a {
position: absolute; position: absolute;
left: 0; left: 0;
justify-content: center; justify-content: center;
z-index: -1;
} }
.nomargin { .nomargin {