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