Fix jumpy hero container height

This commit is contained in:
Lim Chee Aun 2023-07-09 08:31:41 +08:00
parent b02cae4967
commit 41d1956ae5

View file

@ -15,7 +15,6 @@
#welcome .hero-container {
padding-block: 60px;
height: 100vh;
height: 100dvh;
display: flex;
flex-direction: column;
}