mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
theme: further adjustment for content padding #290
This commit is contained in:
parent
03628ec4b1
commit
8ad4226d51
1 changed files with 2 additions and 2 deletions
|
@ -369,12 +369,12 @@ th {
|
|||
}
|
||||
@media screen and (max-width: 59.938em) {
|
||||
#body-inner {
|
||||
padding: 0 2.25rem 15px 2.25rem;
|
||||
padding: 0 2rem 15px 2rem;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 47.938em) {
|
||||
#body-inner {
|
||||
padding: 0 1rem 5px 1rem;
|
||||
padding: 0 1.25rem 5px 1.25rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue