mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 17:16:26 +01:00
Prevent hero container from expanding too tall
This commit is contained in:
parent
ccd79e5348
commit
e0c2a5aed1
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
||||||
padding-block: 60px;
|
padding-block: 60px;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
height: 100svh;
|
height: 100svh;
|
||||||
|
max-height: 1024px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue