accepted changes to solve issue #18

This commit is contained in:
jorge 2021-08-29 14:40:27 +02:00
parent cbb5293728
commit a061cc3275
2 changed files with 2 additions and 2 deletions

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 { .break {
width: 100%; width: 100%;
margin: (2 * $global-margin) 0; margin: (2 * $global-margin) 0;
clear: both; clear: both;
} }
.break.opaque { .break.opaque {
border-top: 1px solid $body-background; border-top: 1px solid $body-background;
} }