2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

deprecate @screen-{phone,tablet,desktop} vars

This commit is contained in:
Chris Rebert
2013-08-21 12:26:20 -07:00
parent c429fd1a3c
commit 22ce649910
6 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
border-radius: @border-radius-large; // Only round corners at higher resolutions if contained in a container
}
@media screen and (min-width: @screen-tablet) {
@media screen and (min-width: @screen-sm) {
padding-top: (@jumbotron-padding * 1.6);
padding-bottom: (@jumbotron-padding * 1.6);