increase margin-bottom for article header

This commit is contained in:
Dmitry Kolosov 2021-07-17 14:55:28 +03:00
parent 11c874e3b0
commit fb75ebbd83

View File

@ -324,7 +324,7 @@ article:not(:last-of-type) {
article header {
margin-top: 1em;
line-height: 1.1em;
margin-bottom: 0.5em;
margin-bottom: 1em;
}