fixes line-break and block margins below arcHIVE-tech/fixes#18
This commit is contained in:
parent
a061cc3275
commit
92cede002c
File diff suppressed because one or more lines are too long
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue