Add more padding to paragraphs in core content
This commit is contained in:
parent
f0b09737ea
commit
f6bf7e3982
1 changed files with 2 additions and 1 deletions
|
|
@ -266,13 +266,14 @@ a:hover {
|
|||
|
||||
.core-content p {
|
||||
margin-bottom: 20px;
|
||||
margin-top: 20px;
|
||||
text-indent: 4ch;
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.core-content h2, .core-content h3 {
|
||||
margin-top: 30px;
|
||||
margin-bottom: 10px;
|
||||
margin-bottom: -10px;
|
||||
}
|
||||
|
||||
.http-status {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue