mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
theme: left-align h3 in chapters #129
This commit is contained in:
parent
8f7c0da9e7
commit
4c256e996c
1 changed files with 1 additions and 3 deletions
|
@ -387,9 +387,7 @@ textarea:hover, input[type="email"]:hover, input[type="number"]:hover, input[typ
|
||||||
#chapter #body-inner {
|
#chapter #body-inner {
|
||||||
max-width: 80%;
|
max-width: 80%;
|
||||||
}
|
}
|
||||||
#chapter h3 {
|
#chapter #body-inner h3:first-child {
|
||||||
font-family: "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
|
|
||||||
font-weight: 300;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
#chapter h1 {
|
#chapter h1 {
|
||||||
|
|
Loading…
Reference in a new issue