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 {
}
//
//
// .contain selector for max-width
// page category
//--------------
.contain-width {
.index{
main {
article {
header {
.entry-title {
}
}
section {
}
.entry-content,.omekas-entry-content {
@include breakpoint(small){
}
@include breakpoint(medium){
max-width: 50rem;
max-width: unset;
}
@include breakpoint(xlarge){
max-width: 50rem;
max-width: unset;
}
}
}
}
}
//
// news category
//--------------