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
a52a1fbb
Commit
a52a1fbb
authored
7 years ago
by
Chirag Modi
Browse files
Options
Download
Email Patches
Plain Diff
remove change which set from variable and make those in container class
parent
f05bd63d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scss/_variables.scss
+0
-1
scss/_variables.scss
scss/mixins/_grid.scss
+1
-0
scss/mixins/_grid.scss
with
1 addition
and
1 deletion
+1
-1
scss/_variables.scss
+
0
-
1
View file @
a52a1fbb
...
...
@@ -189,7 +189,6 @@ $grid-breakpoints: (
// Define the maximum width of `.container` for different screen sizes.
$container-max-widths
:
(
xs
:
100%
,
sm
:
540px
,
md
:
720px
,
lg
:
960px
,
...
...
This diff is collapsed.
Click to expand it.
scss/mixins/_grid.scss
+
1
-
0
View file @
a52a1fbb
...
...
@@ -7,6 +7,7 @@
margin-left
:
auto
;
padding-right
:
(
$grid-gutter-width
/
2
);
padding-left
:
(
$grid-gutter-width
/
2
);
width
:
100%
;
}
...
...
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