mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 09:15:33 +03:00
Reduce hero height
This commit is contained in:
parent
8e341ff7ed
commit
a53be08b3a
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
padding-block: 60px;
|
padding-block: 60px;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
height: 100svh;
|
height: 100svh;
|
||||||
max-height: 1024px;
|
max-height: 800px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue