Skip to content
Snippets Groups Projects
Commit b9a13efc authored by Claas Kazzer's avatar Claas Kazzer Committed by Dorian Merz
Browse files

refs #20144 [finc: BARF]

* fixes h3 on My Accout Sidebar on XS
parent 00c4af7e
No related merge requests found
......@@ -191,6 +191,13 @@ h2 {
//// h3
h3 {
font-size: 1.5rem;
// H3 in MyAccount needs to be pushed in
#myresearch-sidebar & {
@media screen and (max-width: $screen-xs-max) {
padding-left: $half-gutter;
}
}
}
//// h4
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment