Revert library header height change

This commit is contained in:
jeffvli 2023-07-21 19:11:15 -07:00
parent 853770ea8e
commit febe1a703c

View file

@ -19,7 +19,7 @@ const HeaderContainer = styled.div<{ imageSize: number }>`
gap: 0.5rem;
width: 100%;
max-width: 100%;
height: 35vh;
height: 30vh;
min-height: 340px;
max-height: 500px;
padding: 5rem 2rem 2rem;