Changed logos

This commit is contained in:
Franklin 2023-05-05 12:43:57 -04:00
parent 8fea066b81
commit 1bb67835f3
7 changed files with 4 additions and 4 deletions

BIN
.DS_Store vendored

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 310 KiB

View File

@ -31,7 +31,7 @@
.footer-logo { .footer-logo {
object-fit: cover; object-fit: cover;
width: 100px; width: 100px;
height: 100px; height: 97px;
} }
.footer-remax-logo { .footer-remax-logo {
object-fit: cover; object-fit: cover;

View File

@ -144,9 +144,9 @@
.navbar-image { .navbar-image {
width: 60px; width: 60px;
height: 50px; height: 58px;
object-fit: cover; object-fit: cover;
margin-top: -10px; margin-top: -8px;
} }
/* Desktop view */ /* Desktop view */
@ -193,7 +193,7 @@
.navbar-image { .navbar-image {
width: 60px; width: 60px;
height: 75px; height: 58px;
object-fit: cover; object-fit: cover;
margin-left: 20px; margin-left: 20px;
} }