diff options
| author | Mark Otto <[email protected]> | 2013-08-16 22:37:02 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-16 22:37:02 -0700 |
| commit | cd0df1d21aaed8751b8c29aab3b30ff027aac89d (patch) | |
| tree | e0ffff5ebc1607fe0ffbc8c10ceee0c945f1bc82 /less/variables.less | |
| parent | e4bb388bc91790d2b0a0ff0be1f329945adcc3ff (diff) | |
| download | bootstrap-cd0df1d21aaed8751b8c29aab3b30ff027aac89d.tar.xz bootstrap-cd0df1d21aaed8751b8c29aab3b30ff027aac89d.zip | |
fixes #9436 more: put padding on containers, not the body because full width elements
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/less/variables.less b/less/variables.less index aa0f9fb0c..ddfeae727 100644 --- a/less/variables.less +++ b/less/variables.less @@ -600,10 +600,10 @@ // -------------------------------------------------- // Small screen / tablet -@container-tablet: 720px; +@container-tablet: 750px; // 720px + 30px left/right padding // Medium screen / desktop -@container-desktop: 940px; +@container-desktop: 970px; // 940px + 30px left/right padding // Large screen / wide desktop -@container-large-desktop: 1140px; +@container-large-desktop: 1170px; // 1140px + 30px left/right padding |
