Prevent hero container from expanding too tall

This commit is contained in:
Lim Chee Aun 2023-08-20 10:55:11 +08:00
parent ccd79e5348
commit e0c2a5aed1

View file

@ -16,6 +16,7 @@
padding-block: 60px;
height: 100vh;
height: 100svh;
max-height: 1024px;
display: flex;
flex-direction: column;
}