Increase height of detail header

This commit is contained in:
jeffvli 2023-07-21 03:35:59 -07:00
parent e796b031ea
commit 61403510d4

View file

@ -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;