Merge pull request 'added class .contain-width to resolve issue #16' (#17) from fix/content-section-width into develop

Reviewed-on: #17
This commit is contained in:
chris 2021-07-30 13:27:03 +02:00
commit d3407f57c6
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{
main {
article {
header {
.entry-title {
}
.contain-width {
.entry-content,.omekas-entry-content {
@include breakpoint(small){
}
section {
@include breakpoint(medium){
max-width: 50rem;
}
.entry-content,.omekas-entry-content {
@include breakpoint(small){
}
@include breakpoint(medium){
max-width: unset;
}
@include breakpoint(xlarge){
max-width: unset;
}
@include breakpoint(xlarge){
max-width: 50rem;
}
}
}
}
//
// news category
//--------------