Aevann 2023-05-03 15:39:02 +03:00
parent 983b2f1c9b
commit 4c43938096
1 changed files with 1 additions and 7 deletions

View File

@ -6852,18 +6852,12 @@ div.markdown {
object-fit: contain;
}
.site-banner {
.site-banner, .site-banner-hole {
width: 100%;
height: 100%;
max-height: 30vh;
object-fit: contain;
}
.site-banner-hole {
width: 100%;
height: 100%;
object-fit: cover;
max-height: min(42vh,30vw) !important;
}
.banner-wrapper > div {
position: relative;
}