UX: Adjustments for the about page banner image (#28692)

Meta topic: https://meta.discourse.org/t/new-about-banner-cut-off-on-mobile/324354?u=osama
This commit is contained in:
Osama Sayegh 2024-09-03 02:36:28 +03:00 committed by GitHub
parent 7577231ba2
commit 9780f0fd52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 2 deletions

View File

@ -6,6 +6,10 @@
max-width: 1100px;
}
&__header {
max-width: 1100px;
}
&__left-side {
flex: 1 1 650px;
}
@ -42,8 +46,9 @@
&__banner {
margin-bottom: 1em;
min-height: 300px;
max-height: 300px;
max-width: 100%;
object-fit: contain;
}
&__activities-item {

View File

@ -7,7 +7,7 @@
max-width: unset;
section:not(.admins):not(.moderators):not(.category-moderators):not(
.about__admins
):not(.about__moderators) {
):not(.about__moderators):not(.about__header) {
max-width: 700px;
}
.about.category-moderators {