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
1654f2a6
Commit
1654f2a6
authored
9 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
tweak docs spacing
parent
c9ed01d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/_layouts/docs.html
+1
-1
docs/_layouts/docs.html
docs/assets/scss/_layout.scss
+4
-1
docs/assets/scss/_layout.scss
with
5 additions
and
2 deletions
+5
-2
docs/_layouts/docs.html
+
1
-
1
View file @
1654f2a6
...
...
@@ -12,7 +12,7 @@
{% include nav-home.html %}
<div
class=
"bd-pageheader
text-xs-center text-sm-left
"
>
<div
class=
"bd-pageheader"
>
<div
class=
"container"
>
{% include page-headers.html %}
{% include ads.html %}
...
...
This diff is collapsed.
Click to expand it.
docs/assets/scss/_layout.scss
+
4
-
1
View file @
1654f2a6
...
...
@@ -35,8 +35,9 @@
.bd-pageheader
{
padding
:
2rem
.75rem
;
margin-bottom
:
3
rem
;
margin-bottom
:
1
.5
rem
;
color
:
$bd-purple-light
;
text-align
:
center
;
background-color
:
$bd-purple
;
.container
{
...
...
@@ -57,6 +58,8 @@
@include
media-breakpoint-up
(
sm
)
{
padding-top
:
4rem
;
padding-bottom
:
4rem
;
margin-bottom
:
3rem
;
text-align
:
left
;
.carbonad
{
margin
:
2rem
0
0
!
important
;
...
...
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