update main branch #47

Merged
jorge merged 166 commits from develop into main 2021-12-01 11:20:13 +01:00
2 changed files with 7 additions and 1 deletions
Showing only changes of commit 92cede002c - Show all commits

File diff suppressed because one or more lines are too long

View File

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