Different bg color for contact component in main vs footer.
This commit is contained in:
parent
d148dd8c4a
commit
cdb2302408
2 changed files with 5 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<br>🡇
|
||||
</p>
|
||||
<div class="col-6 col-lg-3">
|
||||
<div class="card h-100">
|
||||
<div class="card h-100 bg-secondary-subtle">
|
||||
<div class="card-body d-flex flex-column">
|
||||
<h2 class="section fs-3 card-title">Bob Vandevliet</h2>
|
||||
<p style="margin-top: 0 !important;">Gecertificeerd FPV-dronepiloot</p>
|
||||
|
|
|
|||
|
|
@ -318,6 +318,10 @@ img.grayscale-effect {
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
footer .card {
|
||||
background-color: var(--bs-card-bg) !important;
|
||||
}
|
||||
|
||||
.card-img-overlay {
|
||||
position: unset;
|
||||
z-index: 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue