update main branch #47
File diff suppressed because one or more lines are too long
|
@ -46,9 +46,7 @@ main {
|
||||||
}
|
}
|
||||||
.omekas-entry-content {
|
.omekas-entry-content {
|
||||||
@include xy-cell(12);
|
@include xy-cell(12);
|
||||||
@include xy-grid-container();
|
|
||||||
.blocks {
|
.blocks {
|
||||||
@include xy-cell(12);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.entry-content {
|
.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
|
// news category
|
||||||
//--------------
|
//--------------
|
||||||
|
|
Loading…
Reference in New Issue