📱 style: reduce header-content margin in mobile
Except for articles.
This commit is contained in:
parent
69989ccc94
commit
3275e8a509
@ -209,6 +209,11 @@ p {
|
|||||||
@media only screen and (max-width: 600px) {
|
@media only screen and (max-width: 600px) {
|
||||||
.content {
|
.content {
|
||||||
max-width: var(--medium-layout-width);
|
max-width: var(--medium-layout-width);
|
||||||
|
margin-top: 0rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
article {
|
||||||
|
margin-top: 1.3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user