mobile side nag updates
This commit is contained in:
parent
d783c5e014
commit
ffdf30e769
|
@ -45,6 +45,12 @@
|
|||
|
||||
.l-offset-side-nav {
|
||||
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 {
|
||||
|
|
|
@ -9,6 +9,12 @@
|
|||
box-shadow: 3px 0px 6px rgba($coal, .3);
|
||||
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 {
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
|
|
Loading…
Reference in New Issue