fixes line-break and block margins below arcHIVE-tech/fixes#18

This commit is contained in:
jorge 2021-09-06 19:33:18 +02:00
parent a061cc3275
commit 92cede002c
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 {