Added margin to the top of the about page in mid-size layout
This commit is contained in:
parent
71fb7633f6
commit
29c978f371
3 changed files with 15 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue