Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Reflow forms at tablet breakpoint, instead of mobile.
Browse files Browse the repository at this point in the history
  • Loading branch information
jedfoster committed Mar 17, 2013
1 parent 389b40e commit 2fd6320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sass/_design.scss
Expand Up @@ -9,14 +9,14 @@ html {

.sass_input {
@include grid(6.125, alpha);
@media #{$mobile} {
@media #{$tablet} {
@include grid(4.25, alphaomega, $grid_context: 4);
}
}

.css_output {
@include grid(6.125, omega);
@media #{$mobile} {
@media #{$tablet} {
@include grid(4.25, alphaomega, $grid_context: 4);
}
}
Expand Down

0 comments on commit 2fd6320

Please sign in to comment.