mobile side nag updates
This commit is contained in:
parent
d783c5e014
commit
ffdf30e769
|
@ -45,6 +45,12 @@
|
||||||
|
|
||||||
.l-offset-side-nav {
|
.l-offset-side-nav {
|
||||||
padding-left: 224px;
|
padding-left: 224px;
|
||||||
|
|
||||||
|
@media handheld and (max-width: $phone-breakpoint),
|
||||||
|
screen and (max-device-width: $phone-breakpoint),
|
||||||
|
screen and (max-width: $tablet-breakpoint) {
|
||||||
|
padding-left: 0px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.l-content {
|
.l-content {
|
||||||
|
|
|
@ -9,6 +9,12 @@
|
||||||
box-shadow: 3px 0px 6px rgba($coal, .3);
|
box-shadow: 3px 0px 6px rgba($coal, .3);
|
||||||
width: 224px;
|
width: 224px;
|
||||||
|
|
||||||
|
@media handheld and (max-width: $phone-breakpoint),
|
||||||
|
screen and (max-device-width: $phone-breakpoint),
|
||||||
|
screen and (max-width: $tablet-breakpoint) {
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in New Issue