Skip to content

Commit

Permalink
(less) Fixes twbs#10436: use screen-sm var instead of hardcoded pixel…
Browse files Browse the repository at this point in the history
… value
  • Loading branch information
mdo committed Sep 4, 2013
1 parent d38dc87 commit 3d66b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion type.less
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ p {
font-weight: 200;
line-height: 1.4;

@media (min-width: 768px) {
@media (min-width: @screen-sm) {
font-size: (@font-size-base * 1.5);
}
}
Expand Down

0 comments on commit 3d66b5f

Please sign in to comment.