Final. Deploy ready
This commit is contained in:
parent
d7268a1ccc
commit
758c988599
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user