added class .contain-width to resolve issue #16

This commit is contained in:
jorge 2021-07-30 11:01:08 +02:00
parent 3f860c2be1
commit 990f8398b8
2 changed files with 12 additions and 19 deletions

File diff suppressed because one or more lines are too long

View File

@ -68,32 +68,25 @@ main {
} }
// //
// page category //
// .contain selector for max-width
//-------------- //--------------
.index{ .contain-width {
main {
article {
header {
.entry-title {
}
}
section {
}
.entry-content,.omekas-entry-content { .entry-content,.omekas-entry-content {
@include breakpoint(small){ @include breakpoint(small){
} }
@include breakpoint(medium){ @include breakpoint(medium){
max-width: unset; max-width: 50rem;
} }
@include breakpoint(xlarge){ @include breakpoint(xlarge){
max-width: unset; max-width: 50rem;
}
}
} }
} }
} }
// //
// news category // news category
//-------------- //--------------