Improve spacing in various places

This commit is contained in:
Stypox 2025-08-20 18:30:13 +02:00
parent 1d5fe4db79
commit e3812c3d31
Signed by: Stypox
GPG key ID: 4BDF1B40A49FDD23

View file

@ -127,7 +127,7 @@ pre {
} }
ul, ol, p, dl { ul, ol, p, dl {
margin: 0 0 2em 0; margin: 0 0 1em 0;
} }
.link-list { .link-list {
padding: 0; padding: 0;
@ -155,6 +155,8 @@ pre {
} }
section > :last-child, section > :last-child,
section > a:last-child > :last-child,
section > header:last-child > :last-child,
section:last-child, section:last-child,
.last-child { .last-child {
margin-bottom: 0 !important; margin-bottom: 0 !important;
@ -1638,7 +1640,7 @@ pre {
#content section { #content section {
background: #36454F; background: #36454F;
padding: 40px 30px 45px 30px; padding: 40px 30px 40px 30px;
box-shadow: 2px 2px 2px 1px rgba(128, 128, 128, 0.1); box-shadow: 2px 2px 2px 1px rgba(128, 128, 128, 0.1);
margin: 0 0 25px 0; margin: 0 0 25px 0;
} }
@ -1649,13 +1651,14 @@ pre {
#content h2 { #content h2 {
font-size: 1.8em; font-size: 1.8em;
color: #acb4b7; color: #c9d4d8;
margin: 0 0 0.25em 0; margin: 0 0 1em 0;
} }
#content h3 { #content h3 {
color: #708090; color: #acb4b7;
font-size: 1.25em; font-size: 1.4em;
margin: 0 0 0.8em 0;
} }
#content h4 { #content h4 {
@ -1670,10 +1673,6 @@ pre {
color: #fff; color: #fff;
} }
#content header {
margin: 0 0 2em 0;
}
#content .link-list li { #content .link-list li {
border-bottom: solid 1px #e2e6e8; border-bottom: solid 1px #e2e6e8;
} }