2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Merge pull request #8006 from aristath/3.0.0-wip

using screen-size variables for grids
This commit is contained in:
Mark Otto
2013-06-02 11:58:30 -07:00
2 changed files with 16 additions and 3 deletions
+13
View File
@@ -403,6 +403,19 @@
@screen-large-desktop: @screen-large;
// Container sizes
// --------------------------------------------------
// Small screen / tablet
@container-tablet: 728px;
// Medium screen / desktop
@container-desktop: 940px;
// Large screen / wide desktop
@container-large-desktop: 1170px;
// Grid system
// --------------------------------------------------