Skip to content
GitLab
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
2b088ef4
Commit
2b088ef4
authored
11 years ago
by
Aristeides Stathopoulos
Browse files
Options
Download
Email Patches
Plain Diff
using screen-size variables for grids
parent
7cbb1c04
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/grid.less
+3
-3
less/grid.less
with
3 additions
and
3 deletions
+3
-3
less/grid.less
+
3
-
3
View file @
2b088ef4
...
...
@@ -39,21 +39,21 @@
// Responsive: Tablets and up
@media screen and (min-width: @screen-tablet) {
.container {
max-width:
728px
;
max-width:
(@screen-tablet - 40)
;
}
}
// Responsive: Desktops and up
@media screen and (min-width: @screen-desktop) {
.container {
max-width:
940px
;
max-width:
(@screen-desktop - 52)
;
}
}
// Responsive: Large desktops and up
@media screen and (min-width: @screen-large-desktop) {
.container {
max-width:
1170px
;
max-width:
(@screen-large-desktop - @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