div .blocks to xy-grid-container width

This commit is contained in:
jorge 2021-07-28 09:38:42 +02:00
parent 456c1456e5
commit 6e1ee18151
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -46,7 +46,7 @@ main {
} }
.omekas-entry-content { .omekas-entry-content {
@include xy-cell(12); @include xy-cell(12);
@include xy-grid; @include xy-grid-container();
.blocks { .blocks {
@include xy-cell(12); @include xy-cell(12);
} }