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
bce36ae0
Commit
bce36ae0
authored
9 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
narrow homepage grid cols
parent
c6d6135e
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/css/docs.min.css
+1
-1
docs/assets/css/docs.min.css
docs/assets/css/docs.min.css.map
+0
-0
docs/assets/css/docs.min.css.map
docs/assets/scss/_homepage.scss
+2
-2
docs/assets/scss/_homepage.scss
with
3 additions
and
3 deletions
+3
-3
docs/assets/css/docs.min.css
+
1
-
1
View file @
bce36ae0
This diff is collapsed.
Click to expand it.
docs/assets/css/docs.min.css.map
+0 bytes (+0%)
View file @
bce36ae0
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.
Click to expand it.
docs/assets/scss/_homepage.scss
+
2
-
2
View file @
bce36ae0
...
...
@@ -142,10 +142,10 @@
@include
media-breakpoint-up
(
md
)
{
.col-sm-6
:first-child
{
padding-right
:
(
$grid-gutter-width
*
2
);
padding-right
:
(
$grid-gutter-width
*
1
.5
);
};
.col-sm-6
:last-child
{
padding-left
:
(
$grid-gutter-width
*
2
);
padding-left
:
(
$grid-gutter-width
*
1
.5
);
}
}
}
...
...
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