Revert "revert #mainmenu height"

This reverts commit 60283c8ba45a13acde1b00aee2d692831705e276.
This commit is contained in:
steveseguin 2023-04-26 13:40:48 -04:00
parent 186bdd1862
commit 67ca08c677

View File

@ -1535,7 +1535,7 @@ body {
animation: pulsate 2s ease-out infinite;
}
#mainmenu {
height:100vh;
height:0; /* This fixes my background issue - but I'm unsure what it breaks. */
}
.mainmenuclass {
display: inherit;