Update image assets

This commit is contained in:
rebuilt 2023-03-16 16:22:36 -07:00
parent fbfaafa996
commit 0a5e970ec0
4 changed files with 3451 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

BIN
app/assets/images/hero.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 KiB

3450
app/assets/images/logo.svg Normal file

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 208 KiB

View file

@ -7,7 +7,7 @@
@import "partials/footer";
.hero-image {
background-image: url("hero.png");
background-image: url(hero.webp);
background-repeat: no-repeat;
background-position: center;
background-size: cover;