min height MTG

This commit is contained in:
chris 2024-01-28 20:52:43 -05:00
parent cc2364861f
commit a7a923b1fe

View File

@ -17,9 +17,10 @@ body {
); );
/* background-color: #85640b; */ /* background-color: #85640b; */
margin: 0; margin: 0;
min-height: 100%;
} }
html { html {
height: 100%; min-height: 100%;
font-size: 110%; font-size: 110%;
} }
#full { #full {