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

@@ -119,6 +119,10 @@
}
@media (max-width: 767px) {
.article-item__image-container img {
height: auto;
}
.articles-preview {
margin: 0 -2rem;
}

View File

@@ -9,10 +9,27 @@
.banner--header img {
min-height: 100%;
max-height: 100%;
}
.banner--header a {
display: flex;
width: 100%;
height: 100%;
justify-content: center;
}
@media (max-width: 767px) {
.banner--header {
height: 8rem;
position: relative;
}
.banner--header img {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
max-height: 100%;
}
}

View File

@@ -50,6 +50,7 @@
padding: 0 0.9rem;
color: #2F2F2F;
margin-top: 0.5rem;
align-items: center;
}
.ss-content .ss-list .ss-option:hover {