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:
commit
d3407f57c6
File diff suppressed because one or more lines are too long
|
@ -68,32 +68,25 @@ main {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// page category
|
//
|
||||||
|
// .contain selector for max-width
|
||||||
//--------------
|
//--------------
|
||||||
.index{
|
.contain-width {
|
||||||
main {
|
.entry-content,.omekas-entry-content {
|
||||||
article {
|
@include breakpoint(small){
|
||||||
header {
|
|
||||||
.entry-title {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
section {
|
@include breakpoint(medium){
|
||||||
|
max-width: 50rem;
|
||||||
}
|
}
|
||||||
.entry-content,.omekas-entry-content {
|
@include breakpoint(xlarge){
|
||||||
@include breakpoint(small){
|
max-width: 50rem;
|
||||||
}
|
|
||||||
@include breakpoint(medium){
|
|
||||||
max-width: unset;
|
|
||||||
}
|
|
||||||
@include breakpoint(xlarge){
|
|
||||||
max-width: unset;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// news category
|
// news category
|
||||||
//--------------
|
//--------------
|
||||||
|
|
Loading…
Reference in New Issue