case .page article to xy-grid-container width

This commit is contained in:
jorge 2021-07-28 09:44:28 +02:00
parent 6e1ee18151
commit 0f8ecd621a
2 changed files with 25 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -46,9 +46,7 @@ main {
}
.omekas-entry-content {
@include xy-cell(12);
@include xy-grid-container();
.blocks {
@include xy-cell(12);
}
}
.entry-content {
@ -75,6 +73,30 @@ main {
}
//
// page category
//--------------
.page{
main {
article {
@include xy-grid-container(1200);
header {
.entry-title {
}
}
section {
@include xy-cell(12);
}
.omekas-entry-content {
.blocks {
}
}
.entry-content {
}
}
}
}
//
// news category
//--------------