Compare commits
2 Commits
456c1456e5
...
0f8ecd621a
Author | SHA1 | Date |
---|---|---|
jorge | 0f8ecd621a | |
jorge | 6e1ee18151 |
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;
|
||||
.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