layout mobile styles

This commit is contained in:
Alex Wolfe 2015-03-04 07:16:02 -08:00
parent 8dff8a8b6a
commit 8b1bf895de
2 changed files with 7 additions and 1 deletions

View File

@ -16,7 +16,7 @@ $mono-font: Monaco, "Lucida Console", monospace;
$unit: 8px;
$phone-breakpoint: 480px;
$tablet-breakpoint: 900px;
$tablet-breakpoint: 780px;
/*

View File

@ -49,6 +49,12 @@
.l-content {
padding: ($unit * 8) ($unit * 12);
@media handheld and (max-width: $phone-breakpoint),
screen and (max-device-width: $phone-breakpoint),
screen and (max-width: $tablet-breakpoint) {
padding: ($unit * 3);
}
}
.l-content-block {