Removed a redundant css line (#554)

This commit is contained in:
2024-01-10 23:31:15 +01:00
committed by GitHub

View File

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