Add line-break-sized padding after lists and blockquotes.

staging
multiple creatures 2019-05-06 04:03:35 -05:00
parent 46522d8c1b
commit feea4f6dc0
1 changed files with 7 additions and 3 deletions

View File

@ -33,7 +33,7 @@
.status__content__text, .status__content__text,
.e-content { .e-content {
h1, h2, h3, h4, h5 { h1, h2, h3, h4, h5, h6 {
margin-top: 20px; margin-top: 20px;
margin-bottom: 20px; margin-bottom: 20px;
} }
@ -47,7 +47,7 @@
font-size: 16px; font-size: 16px;
} }
h3, h4, h5 { h3, h4, h5, h6 {
font-weight: 500; font-weight: 500;
} }
@ -58,7 +58,7 @@
white-space: normal; white-space: normal;
p:last-child { p:last-child {
margin-bottom: 0; margin-bottom: 20px;
} }
} }
@ -81,6 +81,10 @@
p { p {
margin: 0; margin: 0;
} }
li:last-child {
margin-bottom: 20px;
}
} }
ul { ul {