Revert library header height change
This commit is contained in:
parent
853770ea8e
commit
febe1a703c
1 changed files with 1 additions and 1 deletions
|
@ -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: 35vh;
|
height: 30vh;
|
||||||
min-height: 340px;
|
min-height: 340px;
|
||||||
max-height: 500px;
|
max-height: 500px;
|
||||||
padding: 5rem 2rem 2rem;
|
padding: 5rem 2rem 2rem;
|
||||||
|
|
Reference in a new issue