improved content formatting

This commit is contained in:
Grzegorz Leoniec 2018-10-29 14:38:32 +01:00
parent 0bb4213593
commit 406271fbda

View File

@ -108,10 +108,11 @@ blockquote {
margin-top: 15px; margin-top: 15px;
} }
} }
.linebreak { *:first-child {
display: none; margin-top: 0;
}
// avoid double breaks
br + p {
margin-top: 0;
} }
// br {
// display: none;
// }
} }