mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
Increase height of detail header
This commit is contained in:
@@ -19,7 +19,7 @@ const HeaderContainer = styled.div<{ imageSize: number }>`
|
|||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: 30vh;
|
height: 35vh;
|
||||||
min-height: 340px;
|
min-height: 340px;
|
||||||
max-height: 500px;
|
max-height: 500px;
|
||||||
padding: 5rem 2rem 2rem;
|
padding: 5rem 2rem 2rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user