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