mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
Fix padding on homepage
This commit is contained in:
@@ -55,6 +55,11 @@
|
||||
padding: .8rem 2rem;
|
||||
}
|
||||
|
||||
.bd-masthead-followup,
|
||||
.bd-masthead .container-xxl {
|
||||
--bs-gutter-x: #{$bd-gutter-x};
|
||||
}
|
||||
|
||||
.masthead-followup-icon {
|
||||
padding: 1rem;
|
||||
background-color: currentColor;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<div class="container masthead-followup">
|
||||
<div class="container-xxl masthead-followup">
|
||||
<div class="col-lg-7 mx-auto pb-3 mb-3 mb-md-5 text-md-center">
|
||||
<div class="masthead-followup-icon d-inline-block mb-3" style="color: var(--bs-indigo);">
|
||||
<svg class="bi fs-1"><use xlink:href="#code"></use></svg>
|
||||
|
||||
Reference in New Issue
Block a user