update theme

This commit is contained in:
2024-03-12 09:16:19 +03:00
parent 10722da013
commit bef7aac0d5
74 changed files with 2018 additions and 2417 deletions

View File

@@ -172,6 +172,8 @@
.banner-left a {
display: flex;
width: 100%;
height: 100%;
}
.banner-middle {
@@ -223,6 +225,25 @@
}
@media (max-width: 767px) {
.banner-middle {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
overflow: hidden;
position: relative;
}
.banner-middle img {
width: auto;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
max-height: 100%;
}
.content-right__most-read {
display: none;
}
@@ -236,11 +257,11 @@
}
.item-video__video-wrapper {
height: 208px;
height: auto;
}
.item-video__video-wrapper>img {
position: absolute;
position: relative;
}
.articles-preview__show-next {