case .page article to xy-grid-container width
This commit is contained in:
parent
6e1ee18151
commit
0f8ecd621a
File diff suppressed because one or more lines are too long
|
@ -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
|
||||
//--------------
|
||||
|
|
Loading…
Reference in New Issue