mirror of
https://github.com/welpo/tabi.git
synced 2025-12-14 19:58:44 +01:00
📱 style: reduce header-content margin in mobile
Except for articles.
This commit is contained in:
parent
69989ccc94
commit
3275e8a509
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue