Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
e12d6208
Commit
e12d6208
authored
11 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
un-hardcode @grid-gutter-width in @container-* LESS vars
parent
6a8cc191
1 merge request
!9726
un-hardcode @grid-gutter-width in @container-* LESS vars
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/variables.less
+3
-3
less/variables.less
with
3 additions
and
3 deletions
+3
-3
less/variables.less
+
3
-
3
View file @
e12d6208
...
@@ -600,10 +600,10 @@
...
@@ -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));
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets