fixed body height MTG

This commit is contained in:
chris 2024-01-28 20:50:05 -05:00
parent e1f5f2eea1
commit cc2364861f

View File

@ -17,9 +17,6 @@ body {
); );
/* background-color: #85640b; */ /* background-color: #85640b; */
margin: 0; margin: 0;
/* display: flex; */
/* height: 100vh; */
height: 100%;
} }
html { html {
height: 100%; height: 100%;
@ -39,7 +36,7 @@ main {
width: 100vw; width: 100vw;
/* height: 100vh; */ /* height: 100vh; */
position: relative; position: relative;
margin-top: 70px; margin-top: 5%;
} }
.name { .name {