merge to fix issue #18 fix/line-break #19

Merged
jorge merged 2 commits from fix/line-break into develop 2021-08-29 14:43:39 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit a061cc3275 - Show all commits

File diff suppressed because one or more lines are too long

View File

@ -66,12 +66,12 @@ body:not(.browse) #content {
// }
}
// line breaks generated by omekas
.break {
width: 100%;
margin: (2 * $global-margin) 0;
clear: both;
}
.break.opaque {
border-top: 1px solid $body-background;
}