This commit is contained in:
McShelby 2021-10-31 09:31:55 +00:00
parent fe03231922
commit 67abcfad06
111 changed files with 2295 additions and 2290 deletions

View file

@ -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,