mobile side nag updates

This commit is contained in:
Alex Wolfe 2015-03-04 21:00:46 -08:00
parent d783c5e014
commit ffdf30e769
2 changed files with 12 additions and 0 deletions

View File

@ -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 {

View File

@ -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;