fix: increase to 100vh
This commit is contained in:
parent
3ea1ce06c9
commit
6f9bf3ac80
|
@ -78,5 +78,5 @@
|
||||||
main astro-island {
|
main astro-island {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 89vh;
|
height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue