style(css): margins

This commit is contained in:
Gigi
2022-04-28 00:10:29 +02:00
parent 17948861e2
commit 74bd705b1c

View File

@@ -33,6 +33,14 @@ body {
line-height: 2rem; line-height: 2rem;
} }
.content p {
margin: 2rem 0;
}
.content li {
margin-left: 1.5rem;
}
.content small { .content small {
font-size: 0.79rem; font-size: 0.79rem;
color: #555; color: #555;
@@ -63,13 +71,12 @@ p>code {
} }
.content ul, .content ol { .content ul, .content ol {
margin-top: 15px; margin-top: 2rem;
margin-bottom: 15px; margin-bottom: 2rem;
} }
.content li { .content li {
margin-bottom: 0.4ex; margin-bottom: 0.5rem;
line-height: 25px;
} }
.sidebar p { .sidebar p {