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
053853a4
Commit
053853a4
authored
9 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
custom padding on homepage
parent
18cbb7d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/assets/scss/_homepage.scss
+9
-0
docs/assets/scss/_homepage.scss
with
9 additions
and
0 deletions
+9
-0
docs/assets/scss/_homepage.scss
+
9
-
0
View file @
053853a4
...
@@ -139,6 +139,15 @@
...
@@ -139,6 +139,15 @@
.highlight
{
.highlight
{
text-align
:
left
;
text-align
:
left
;
}
}
@include
media-breakpoint-up
(
md
)
{
.col-sm-6
:first-child
{
padding-right
:
(
$grid-gutter-width
*
2
);
};
.col-sm-6
:last-child
{
padding-left
:
(
$grid-gutter-width
*
2
);
}
}
}
}
.bd-featurette-title
{
.bd-featurette-title
{
...
...
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