Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bootstrap
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
ExcellentOSS
bootstrap
Commits
cab36aa1
Commit
cab36aa1
authored
1 year ago
by
XhmikosR
Browse files
Options
Downloads
Patches
Plain Diff
docs: show banner on mobile again and reduce padding on small screens
parent
192b7f78
Branches
xmr/docs3
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
site/assets/scss/_masthead.scss
+0
-1
0 additions, 1 deletion
site/assets/scss/_masthead.scss
site/layouts/partials/home/masthead.html
+2
-2
2 additions, 2 deletions
site/layouts/partials/home/masthead.html
with
2 additions
and
3 deletions
site/assets/scss/_masthead.scss
+
0
−
1
View file @
cab36aa1
.bd-masthead
{
--bd-pink-rgb
:
#{
to-rgb
(
$pink
)
}
;
padding
:
3rem
0
;
// stylelint-disable
background-image
:
linear-gradient
(
180deg
,
rgba
(
var
(
--
bs-body-bg-rgb
)
,
.01
)
,
rgba
(
var
(
--
bs-body-bg-rgb
)
,
1
)
85%
)
,
radial-gradient
(
ellipse
at
top
left
,
rgba
(
var
(
--
bs-primary-rgb
)
,
.5
)
,
transparent
50%
)
,
...
...
This diff is collapsed.
Click to expand it.
site/layouts/partials/home/masthead.html
+
2
−
2
View file @
cab36aa1
<div
class=
"bd-masthead mb-3"
id=
"content"
>
<div
class=
"bd-masthead mb-3
py-4 py-lg-5
"
id=
"content"
>
<div
class=
"container-xxl bd-gutter"
>
<div
class=
"col-md-8 mx-auto text-center"
>
<a
class=
"d-flex flex-column flex-lg-row justify-content-center align-items-center mb-4 text-dark lh-sm text-decoration-none"
href=
"https://blog.getbootstrap.com/"
>
<strong
class=
"d-sm-inline-block p-2 me-2 mb-2 mb-lg-0 rounded-3 masthead-notice"
>
New in v5.3
</strong>
<span
class=
"text-body-secondary"
>
Color mode support, expanded color palette, and more!
</span>
</a>
<img
class=
"
d-none d-sm-block
mx-auto mb-3"
<img
class=
"mx-auto mb-3"
srcset=
"/docs/{{ .Site.Params.docs_version }}/assets/brand/bootstrap-logo-shadow.png,
/docs/{{ .Site.Params.docs_version }}/assets/brand/bootstrap-logo-shadow@2x.png 2x"
src=
"/docs/{{ .Site.Params.docs_version }}/assets/brand/bootstrap-logo-shadow.png"
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment