Fix bottom margin again

This commit is contained in:
2024-02-24 04:07:10 -03:00
parent b13abcb09a
commit b5aff58384

View File

@@ -12,7 +12,7 @@ body {
.middle-text { .middle-text {
margin-top: 64px; margin-top: 64px;
min-height: calc(100vh - 128px); min-height: calc(75vh);
} }
.legend { .legend {