mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-05-01 15:46:38 +00:00
deploy: 3f18e50626
This commit is contained in:
parent
fe03231922
commit
67abcfad06
111 changed files with 2295 additions and 2290 deletions
css
|
@ -389,6 +389,7 @@ textarea:hover, input[type="email"]:hover, input[type="number"]:hover, input[typ
|
|||
max-width: 80%;
|
||||
}
|
||||
#chapter #body-inner h3:first-child {
|
||||
font-weight: 200;
|
||||
text-align: center;
|
||||
}
|
||||
#chapter h1 {
|
||||
|
@ -583,9 +584,13 @@ div.attachments.neutral > div.label {
|
|||
margin-bottom: 0px;
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
.children h3,.children h2 {
|
||||
margin-bottom: 0px;
|
||||
margin-top: 5px;
|
||||
#body-inner .children h2,
|
||||
#body-inner .children h3,
|
||||
#body-inner .children h4,
|
||||
#body-inner .children h5,
|
||||
#body-inner .children h6 {
|
||||
margin-bottom: 0rem;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
#body-inner ul.children-h2,
|
||||
#body-inner ul.children-h3,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue