Fix bottom margin of lists in toots

remotes/1698178055505214576/signup-info-prompt
Thibaut Girka 2019-06-17 21:01:22 +02:00 committed by ThibG
parent a06e7bc3fb
commit ed2f0f6152
1 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,12 @@
.status__content__text,
.e-content {
& > ul,
& > ol {
margin-bottom: 20px;
}
h1, h2, h3, h4, h5 {
margin-top: 20px;
margin-bottom: 20px;