mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
un-hardcode @grid-gutter-width in @container-* LESS vars
This commit is contained in:
parent
6a8cc191b5
commit
e12d6208b6
@ -600,10 +600,10 @@
|
|||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
// Small screen / tablet
|
// Small screen / tablet
|
||||||
@container-tablet: 750px; // 720px + 30px left/right padding
|
@container-tablet: ((720px + @grid-gutter-width));
|
||||||
|
|
||||||
// Medium screen / desktop
|
// Medium screen / desktop
|
||||||
@container-desktop: 970px; // 940px + 30px left/right padding
|
@container-desktop: ((940px + @grid-gutter-width));
|
||||||
|
|
||||||
// Large screen / wide desktop
|
// Large screen / wide desktop
|
||||||
@container-large-desktop: 1170px; // 1140px + 30px left/right padding
|
@container-large-desktop: ((1140px + @grid-gutter-width));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user