Skip to content

Commit

Permalink
Fix footer icons and a few other issues. (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
bstopp authored Nov 30, 2023
1 parent b6c429b commit 684dbcd
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
4 changes: 2 additions & 2 deletions blocks/footer/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,15 @@ footer {
margin-right: 10px;
}

.icon-facebook svg, .icon-linkedin svg, .icon-instagram svg, .icon-youtube svg {
.icon-facebook img, .icon-linkedin img, .icon-instagram img, .icon-youtube img {
height: 20px;
width: 20px;
margin-right: 5px;
opacity: .4;
}


.footer-container-flex > div:nth-child(1) svg {
.footer-container-flex > div:nth-child(1) img {
position: relative;
height: 68px;
width: 68px;
Expand Down
5 changes: 4 additions & 1 deletion icons/bhhs_seal_blk.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions icons/heartempty.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions icons/saved-properties.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 684dbcd

Please sign in to comment.