make text more spacy

This commit is contained in:
2022-06-26 12:16:18 +02:00
parent c38a68881c
commit a426476368

View File

@@ -75,8 +75,8 @@ a:hover, a:focus {
} }
h2 { h2 {
margin-top: 20px; margin-top: 24px;
margin-bottom: 10px; margin-bottom: 14px;
font-size: 1.3rem; font-size: 1.3rem;
font-weight: normal; font-weight: normal;
color: #EE9933; color: #EE9933;
@@ -91,9 +91,9 @@ h3 {
} }
p, ul { p, ul {
line-height: 1.4rem; line-height: 1.5rem;
margin-top: 6px; margin-top: 8px;
margin-bottom: 10px; margin-bottom: 14px;
} }
table { table {