diff --git a/wp-content/themes/dekart/assets/css/camp.css b/wp-content/themes/dekart/assets/css/camp.css index 8343391..e161e81 100644 --- a/wp-content/themes/dekart/assets/css/camp.css +++ b/wp-content/themes/dekart/assets/css/camp.css @@ -2216,6 +2216,10 @@ html { max-width: 520px; text-align: center; flex-shrink: 0; + display: flex; + flex-direction: column; + justify-content: center; + height: 100%; } } @@ -2261,11 +2265,11 @@ html { .hero-media-search__frame { position: relative; - aspect-ratio: 16 / 9; + aspect-ratio: 13 / 9; width: 100%; } @media (max-width: 991px) { - .hero-media-search__frame { aspect-ratio: 16 / 10; } + .hero-media-search__frame { aspect-ratio: 13 / 9; } } .hero-media-search__image { @@ -2277,7 +2281,7 @@ html { box-shadow: var(--shadow-lg); overflow: hidden; object-fit: cover; - aspect-ratio: 16/9; + aspect-ratio: 13/9; } @media (min-width: 1024px) { .hero-media-search__image {