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