Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mesa
mesa3d.org
Commits
2a9d0e27
Commit
2a9d0e27
authored
May 20, 2021
by
Erik Faye-Lund
Browse files
jumbotron: tweak margin and padding
This matches the behavior before dropping to use the Bootstrap jumbotron component.
parent
6a804c6a
Pipeline
#422902
passed with stages
in 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
static/assets/home.css
View file @
2a9d0e27
...
...
@@ -19,11 +19,17 @@
#jumbotron
{
flex-shrink
:
0
;
padding
:
4
rem
0
;
margin-bottom
:
2
rem
;
padding
:
2
rem
0
;
margin-bottom
:
1
rem
;
background-color
:
#e9ecef
;
}
@media
(
min-width
:
576px
)
{
#jumbotron
{
padding
:
4rem
0
;
}
}
#jumbotron-content
{
position
:
relative
;
z-index
:
1
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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