Add more padding to paragraphs in core content

This commit is contained in:
Campbell Alden 2022-09-11 00:10:49 +09:00
parent f0b09737ea
commit f6bf7e3982

View file

@ -266,13 +266,14 @@ a:hover {
.core-content p { .core-content p {
margin-bottom: 20px; margin-bottom: 20px;
margin-top: 20px;
text-indent: 4ch; text-indent: 4ch;
padding: 0 10px; padding: 0 10px;
} }
.core-content h2, .core-content h3 { .core-content h2, .core-content h3 {
margin-top: 30px; margin-top: 30px;
margin-bottom: 10px; margin-bottom: -10px;
} }
.http-status { .http-status {