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
|
|
@ -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