Removed a redundant css line

This commit is contained in:
2024-01-10 23:03:47 +01:00
parent eaeb4d0622
commit 5117896e0d

View File

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