1
0
Fork 0

Reduce hero height

This commit is contained in:
Lim Chee Aun 2023-11-04 09:55:52 +08:00
parent 8e341ff7ed
commit a53be08b3a

View file

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