mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
increase spacing between lines and paragraphs
This commit is contained in:
parent
d1d53c9537
commit
34fb72c1af
2 changed files with 6 additions and 0 deletions
|
@ -68,6 +68,11 @@ h6 {
|
|||
margin-bottom: var(--padding-small);
|
||||
margin-top: var(--padding-small);
|
||||
margin-left: 2px;
|
||||
line-height: 1.35em;
|
||||
}
|
||||
|
||||
.communication__body__text .paragraph {
|
||||
margin-bottom: var(--padding-normal);
|
||||
}
|
||||
|
||||
.paragraph img, .communication__body__text img, .block__content img {
|
||||
|
|
|
@ -35,4 +35,5 @@ $media_box_header_height: 22px;
|
|||
|
||||
:root {
|
||||
--padding-small: 0.5em;
|
||||
--padding-normal: 1em;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue