Compare commits
4 Commits
323fd10438
...
d3407f57c6
Author | SHA1 | Date |
---|---|---|
chris | d3407f57c6 | |
jorge | 72b5c09f28 | |
jorge | ae78aa260f | |
jorge | 990f8398b8 |
File diff suppressed because one or more lines are too long
|
@ -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
|
||||
//--------------
|
||||
|
|
Loading…
Reference in New Issue