Merge pull request 'fix/index-collections-issues-21-22' (#30) from fix/index-collections-issues-21-22 into develop
Reviewed-on: #30
This commit is contained in:
commit
a5261b3b50
File diff suppressed because one or more lines are too long
|
@ -69,6 +69,25 @@ main {
|
|||
|
||||
|
||||
|
||||
//
|
||||
// .index max-width
|
||||
//--------------
|
||||
.index {
|
||||
.entry-content,.omekas-entry-content {
|
||||
@include breakpoint(small){
|
||||
}
|
||||
@include breakpoint(medium){
|
||||
max-width: unset;
|
||||
}
|
||||
@include breakpoint(xlarge){
|
||||
max-width: unset;
|
||||
}
|
||||
@include breakpoint(xxlarge){
|
||||
max-width: 60 rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
//
|
||||
// .contain selector for max-width
|
||||
|
@ -177,9 +196,11 @@ main {
|
|||
@include flex-align(center,top);
|
||||
}
|
||||
header {
|
||||
margin-top: 2*$global-margin;
|
||||
border-top: 1px solid $body-font-color;
|
||||
padding: $global-padding*2 0;
|
||||
display: none;
|
||||
|
||||
// margin-top: 2*$global-margin;
|
||||
// border-top: 1px solid $body-font-color;
|
||||
// padding: $global-padding*2 0;
|
||||
}
|
||||
main {
|
||||
@include xy-grid;
|
||||
|
|
Loading…
Reference in New Issue