check min height

This commit is contained in:
ed barz 2022-04-20 12:18:28 +02:00
parent 90f96c4c92
commit fda97b4db4
1 changed files with 7 additions and 4 deletions

View File

@ -1,6 +1,10 @@
html {
min-height: 100vh;
position: relative;
}
body { body {
/* white to black linear noise gradient spanning from top to bottom */ /* white to black linear noise gradient spanning from top to bottom */
min-height: 100vh;
background-image: background-image:
url('../svg/noise.svg'), url('../svg/noise.svg'),
linear-gradient(to bottom right, #2e3551, #0d747d); linear-gradient(to bottom right, #2e3551, #0d747d);
@ -34,8 +38,7 @@ body {
color: #e9d2d2; color: #e9d2d2;
font-size: 1rem; font-size: 1rem;
font-weight: 600; font-weight: 600;
min-height: 100vh; height: 100%;
position: relative;
} }
@ -92,7 +95,7 @@ td {
footer { footer {
position: absolute; position: absolute;
bottom: 0px; bottom: 15px;
left:0; left:0;
right:0; right:0;
margin-left:auto; margin-left:auto;