Compare commits

..

No commits in common. "a5261b3b506fcb6b8ea1436f385ce4d14f2a4dd3" and "0ce8f05c6f4c2bc5d7761de2e54b280f5318a0e5" have entirely different histories.

2 changed files with 4 additions and 25 deletions

File diff suppressed because one or more lines are too long

View File

@ -69,25 +69,6 @@ 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
@ -196,11 +177,9 @@ main {
@include flex-align(center,top);
}
header {
display: none;
// margin-top: 2*$global-margin;
// border-top: 1px solid $body-font-color;
// padding: $global-padding*2 0;
margin-top: 2*$global-margin;
border-top: 1px solid $body-font-color;
padding: $global-padding*2 0;
}
main {
@include xy-grid;