Html / content height

This commit is contained in:
mrfry 2021-06-09 10:06:02 +02:00
parent 3daeef184a
commit 5546bdb477
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
@import url('https://fonts.googleapis.com/css2?family=Kameron&family=Overpass+Mono:wght@300;400&display=swap');
html {
height: calc(100vh - 50px);
height: 100%;
}
body {