Added margin to the top of the about page in mid-size layout

This commit is contained in:
Niléane 2023-11-24 16:26:06 +01:00
commit 29c978f371
No known key found for this signature in database
3 changed files with 15 additions and 0 deletions

View file

@ -4334,6 +4334,11 @@ a:is(.active,
border-radius: 8px 8px 0 0;
}
}
@media screen and (min-width:890px) and (max-width:1174px) {
.app-body .scrollable.about {
margin-top: 10px;
}
}
.app-body .about__mail {
color: var(--color-content-fg);
}

View file

@ -4334,6 +4334,11 @@ a:is(.active,
border-radius: 8px 8px 0 0;
}
}
@media screen and (min-width:890px) and (max-width:1174px) {
.app-body .scrollable.about {
margin-top: 10px;
}
}
.app-body .about__mail {
color: var(--color-content-fg);
}

View file

@ -4334,6 +4334,11 @@ a:is(.active,
border-radius: 8px 8px 0 0;
}
}
@media screen and (min-width:890px) and (max-width:1174px) {
.app-body .scrollable.about {
margin-top: 10px;
}
}
.app-body .about__mail {
color: var(--color-content-fg);
}