2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

fixes #9436 more: put padding on containers, not the body because full width elements

This commit is contained in:
Mark Otto
2013-08-16 22:37:02 -07:00
parent e4bb388bc9
commit cd0df1d21a
5 changed files with 11 additions and 11 deletions
+3 -3
View File
@@ -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