Compare commits

..

No commits in common. "0f8ecd621a109695fc842b5814a8c028082628d4" and "456c1456e51fbd9e41489c7e9a90b1931366a462" have entirely different histories.

2 changed files with 3 additions and 25 deletions

File diff suppressed because one or more lines are too long

View File

@ -46,7 +46,9 @@ main {
}
.omekas-entry-content {
@include xy-cell(12);
@include xy-grid;
.blocks {
@include xy-cell(12);
}
}
.entry-content {
@ -73,30 +75,6 @@ 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
//--------------