set hero section fixed height

This commit is contained in:
AykutSarac 2023-08-04 14:36:39 +03:00
parent dfcb9364be
commit 4661578d8f
No known key found for this signature in database

View File

@ -59,7 +59,7 @@ const StyledHeroSectionBody = styled.div`
overflow: hidden; overflow: hidden;
backdrop-filter: blur(1px); backdrop-filter: blur(1px);
-webkit-backdrop-filter: blur(1px); -webkit-backdrop-filter: blur(1px);
min-height: 60vh; height: 70vh;
@media only screen and (max-width: 1200px) { @media only screen and (max-width: 1200px) {
flex-direction: column; flex-direction: column;