Compare commits
No commits in common. "d3407f57c6eb4cf3f057daa38f64ce44e6c6e51e" and "323fd104389a2a1e38f57576d421deeb4a9af1fd" have entirely different histories.
d3407f57c6
...
323fd10438
File diff suppressed because one or more lines are too long
|
@ -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
|
||||
//--------------
|
||||
|
|
Loading…
Reference in New Issue