increase spacing between lines and paragraphs

This commit is contained in:
Luna D 2021-10-04 21:51:13 +02:00
parent d1d53c9537
commit 34fb72c1af
No known key found for this signature in database
GPG key ID: 81AF416F2CC36FC8
2 changed files with 6 additions and 0 deletions

View file

@ -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 {

View file

@ -35,4 +35,5 @@ $media_box_header_height: 22px;
:root {
--padding-small: 0.5em;
--padding-normal: 1em;
}