Adjust indentation
This commit is contained in:
parent
ab99ad87ba
commit
613a5c3c0b
@ -20,6 +20,9 @@ pre, code {
|
|||||||
h1, h2, h3, h4 {
|
h1, h2, h3, h4 {
|
||||||
padding-left: 1rem;
|
padding-left: 1rem;
|
||||||
}
|
}
|
||||||
|
p {
|
||||||
|
text-indent: 1rem;
|
||||||
|
}
|
||||||
h1, h2 {
|
h1, h2 {
|
||||||
border-bottom: lightgray 1px solid;
|
border-bottom: lightgray 1px solid;
|
||||||
padding-bottom: 0.25rem;
|
padding-bottom: 0.25rem;
|
||||||
@ -33,13 +36,17 @@ h2 {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
}
|
}
|
||||||
|
h3::before {
|
||||||
|
content: '\21aa\a0';
|
||||||
|
}
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 0.9rem;
|
font-size: 1rem;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-top: 1.75rem;
|
margin-top: 2rem;
|
||||||
}
|
}
|
||||||
p, ul {
|
p, ul {
|
||||||
line-height: 1.35rem;
|
line-height: 1.35rem;
|
||||||
|
margin: 0.6rem 0 0.6rem 0;
|
||||||
}
|
}
|
||||||
:not(pre) > code {
|
:not(pre) > code {
|
||||||
background-color: #9f54aa;
|
background-color: #9f54aa;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user