Compare commits
4 Commits
2fbe867757
...
488cc5cf79
Author | SHA1 | Date |
---|---|---|
jorge | 488cc5cf79 | |
jorge | 528254875d | |
chris | eb0f7c6c7e | |
jorge | c102696a8d |
File diff suppressed because one or more lines are too long
|
@ -64,7 +64,7 @@ main {
|
||||||
.entry-content,.omekas-entry-content {
|
.entry-content,.omekas-entry-content {
|
||||||
@include breakpoint(small){
|
@include breakpoint(small){
|
||||||
@include xy-cell(12);
|
@include xy-cell(12);
|
||||||
padding: $global-padding*2 ;
|
padding: $global-padding*2 $global-padding/2 ;
|
||||||
margin:0 auto;
|
margin:0 auto;
|
||||||
}
|
}
|
||||||
@include breakpoint(medium){
|
@include breakpoint(medium){
|
||||||
|
|
|
@ -6,3 +6,25 @@
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.hero {
|
||||||
|
@include breakpoint(small) {
|
||||||
|
aside {
|
||||||
|
nav {
|
||||||
|
.dropdown.menu > li > a {
|
||||||
|
padding: $global-menu-padding/2;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@include breakpoint(medium) {
|
||||||
|
aside {
|
||||||
|
nav {
|
||||||
|
.dropdown.menu > li > a {
|
||||||
|
padding: $global-menu-padding;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@include breakpoint(large) {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue