mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-02-13 07:13:29 +00:00
children: for chapter pages make margins match non chapter pages #1015
This commit is contained in:
parent
8141edbb8a
commit
4c3ff32ee5
3 changed files with 3 additions and 3 deletions
|
@ -189,7 +189,7 @@ article {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
#R-body #R-body-inner > .flex-block-wrapper article.narrow p {
|
||||
#R-body #R-body-inner > .flex-block-wrapper article.narrow > p {
|
||||
font-size: 1.015625rem;
|
||||
text-align: start;
|
||||
}
|
||||
|
|
|
@ -602,7 +602,7 @@ article a:focus > img:only-child:empty {
|
|||
}
|
||||
}
|
||||
|
||||
#R-body-inner > .flex-block-wrapper article.narrow p {
|
||||
#R-body-inner > .flex-block-wrapper article.narrow > p {
|
||||
font-size: 1.2rem;
|
||||
text-align: justify;
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
7.3.2+34db6f0dd729d16b6139b1c3bbe61d9ca3d0976b
|
||||
7.3.2+8141edbb8adc79e867f2af618e895a6548a23741
|
Loading…
Add table
Reference in a new issue