mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 22:32:02 +08:00
print: content padding #290
This commit is contained in:
parent
a4e562c17e
commit
c0dc87b50b
@ -402,16 +402,16 @@ th {
|
|||||||
#body-inner.chapter {
|
#body-inner.chapter {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
padding: 2rem 9rem;
|
padding: 2rem 9.75rem;
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 59.938em) {
|
@media screen and (max-width: 59.938em) {
|
||||||
#body-inner.chapter {
|
#body-inner.chapter {
|
||||||
padding: 15px 4rem 15px 4rem;
|
padding: 15px 6.5rem 15px 6.5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 47.938em) {
|
@media screen and (max-width: 47.938em) {
|
||||||
#body-inner.chapter {
|
#body-inner.chapter {
|
||||||
padding: 5px 2rem 5px 2rem;
|
padding: 5px 3.25rem 5px 3.25rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user