fix/20210728 #14
File diff suppressed because one or more lines are too long
|
@ -44,12 +44,7 @@ main {
|
|||
section {
|
||||
padding: $global-padding $global-padding*2;
|
||||
}
|
||||
.omekas-entry-content {
|
||||
@include xy-cell(12);
|
||||
.blocks {
|
||||
}
|
||||
}
|
||||
.entry-content {
|
||||
.entry-content,.omekas-entry-content {
|
||||
@include breakpoint(small){
|
||||
@include xy-cell(12);
|
||||
padding: $global-padding*2 ;
|
||||
|
@ -76,22 +71,24 @@ main {
|
|||
//
|
||||
// page category
|
||||
//--------------
|
||||
.page{
|
||||
.index{
|
||||
main {
|
||||
article {
|
||||
@include xy-grid-container(1200);
|
||||
header {
|
||||
.entry-title {
|
||||
}
|
||||
}
|
||||
section {
|
||||
@include xy-cell(12);
|
||||
}
|
||||
.omekas-entry-content {
|
||||
.blocks {
|
||||
}
|
||||
}
|
||||
.entry-content {
|
||||
.entry-content,.omekas-entry-content {
|
||||
@include breakpoint(small){
|
||||
}
|
||||
@include breakpoint(medium){
|
||||
max-width: unset;
|
||||
}
|
||||
@include breakpoint(xlarge){
|
||||
max-width: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue