revert min-height of library header

- causes issues with the positioning of the image at minimum size
This commit is contained in:
jeffvli 2025-09-06 18:25:34 -07:00
parent ed6376d99b
commit cd0a8d0fec

View file

@ -9,7 +9,7 @@
width: 100%;
max-width: 100%;
height: 30vh;
min-height: 310px;
min-height: 340px;
max-height: 500px;
padding: 5rem 2rem 2rem;