fixes line-break and block margins below #32

Manually merged
jorge merged 4 commits from fix/line-break into develop 2021-09-14 16:40:11 +02:00
2 changed files with 7 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -79,6 +79,12 @@ body:not(.browse) #content {
border-top: none;
}
// vertical spacing for bloc elements
//
.archive-item-block {
margin-bottom: $global-margin * 1;
}
/* Styles for vertical menu layout */
body.vertical-menu {