Set body height

This commit is contained in:
Joachim
2021-04-15 21:51:14 +02:00
parent a95ad46cae
commit 71390f1735
2 changed files with 157 additions and 147 deletions

View File

@ -3,6 +3,12 @@ html {
scroll-padding-top: 20%;
}
body {
min-height: 100vh;
display: flex;
flex-direction: column;
}
.image {
overflow: hidden;
}