mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
theme: fix size of chapter heading #289
This commit is contained in:
parent
3b2538a303
commit
a4e562c17e
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ body #body-inner .chapter h1 {
|
||||||
}
|
}
|
||||||
@media only screen and (max-width: 47.938em) {
|
@media only screen and (max-width: 47.938em) {
|
||||||
body #body-inner .chapter h1 {
|
body #body-inner .chapter h1 {
|
||||||
font-size: 2rem;
|
font-size: 2.5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue