Compare commits

..

No commits in common. "d3407f57c6eb4cf3f057daa38f64ce44e6c6e51e" and "323fd104389a2a1e38f57576d421deeb4a9af1fd" have entirely different histories.

2 changed files with 19 additions and 12 deletions

File diff suppressed because one or more lines are too long

View File

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