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:
parent
7577231ba2
commit
9780f0fd52
|
@ -6,6 +6,10 @@
|
||||||
max-width: 1100px;
|
max-width: 1100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&__header {
|
||||||
|
max-width: 1100px;
|
||||||
|
}
|
||||||
|
|
||||||
&__left-side {
|
&__left-side {
|
||||||
flex: 1 1 650px;
|
flex: 1 1 650px;
|
||||||
}
|
}
|
||||||
|
@ -42,8 +46,9 @@
|
||||||
|
|
||||||
&__banner {
|
&__banner {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
min-height: 300px;
|
|
||||||
max-height: 300px;
|
max-height: 300px;
|
||||||
|
max-width: 100%;
|
||||||
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__activities-item {
|
&__activities-item {
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
max-width: unset;
|
max-width: unset;
|
||||||
section:not(.admins):not(.moderators):not(.category-moderators):not(
|
section:not(.admins):not(.moderators):not(.category-moderators):not(
|
||||||
.about__admins
|
.about__admins
|
||||||
):not(.about__moderators) {
|
):not(.about__moderators):not(.about__header) {
|
||||||
max-width: 700px;
|
max-width: 700px;
|
||||||
}
|
}
|
||||||
.about.category-moderators {
|
.about.category-moderators {
|
||||||
|
|
Loading…
Reference in New Issue