mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
print: adjust chapter style #225
This commit is contained in:
parent
198c25f451
commit
d81270564b
2 changed files with 3 additions and 0 deletions
|
@ -78,6 +78,8 @@ body,
|
|||
}
|
||||
#body-inner.chapter h1 {
|
||||
border-bottom: 1px solid #ddd;
|
||||
margin-bottom: 2rem;
|
||||
padding-bottom: .75rem;
|
||||
}
|
||||
.footline {
|
||||
/* in print mode show footer line to signal reader the end of document */
|
||||
|
|
|
@ -439,6 +439,7 @@ th {
|
|||
|
||||
#body-inner.chapter h3:first-of-type {
|
||||
font-weight: 200;
|
||||
margin-top: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue