Changed vh to %

This commit is contained in:
Philipp Horstenkamp 2024-01-10 23:27:57 +01:00
parent 5117896e0d
commit a30297c1e1
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4

View File

@ -1,6 +1,7 @@
.home { .home {
float: left; float: left;
height: 100vh; height: 100vh;
width: 100%;
background-color: var(--ash-gray); background-color: var(--ash-gray);
} }