Adjust indentation

This commit is contained in:
cryptogopher 2023-11-18 16:34:41 +01:00
parent ab99ad87ba
commit 613a5c3c0b

View File

@ -20,6 +20,9 @@ pre, code {
h1, h2, h3, h4 {
padding-left: 1rem;
}
p {
text-indent: 1rem;
}
h1, h2 {
border-bottom: lightgray 1px solid;
padding-bottom: 0.25rem;
@ -33,13 +36,17 @@ h2 {
font-weight: bold;
margin-top: 2rem;
}
h3::before {
content: '\21aa\a0';
}
h3 {
font-size: 0.9rem;
font-size: 1rem;
font-weight: bold;
margin-top: 1.75rem;
margin-top: 2rem;
}
p, ul {
line-height: 1.35rem;
margin: 0.6rem 0 0.6rem 0;
}
:not(pre) > code {
background-color: #9f54aa;