in small screesn: reduced space around menu items, wider container
This commit is contained in:
parent
528254875d
commit
488cc5cf79
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