fix: increase to 100vh

This commit is contained in:
Derrick Hammer 2023-10-18 09:18:02 -04:00
parent 3ea1ce06c9
commit 6f9bf3ac80
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -78,5 +78,5 @@
main astro-island {
display: flex;
flex-direction: column;
height: 89vh;
height: 100vh;
}