add new hero. fix background placement

This commit is contained in:
rebuilt 2023-05-24 16:56:08 -07:00
parent 43bcd51452
commit 82659647bb
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 4.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 352 KiB

View file

@ -7,9 +7,9 @@
@import "partials/footer";
.hero-image {
background-image: url(hero.webp);
background-image: url(hero.svg);
background-repeat: no-repeat;
background-position: center;
background-position: center center;
background-size: cover;
padding-top: 50px;
padding-bottom: 50px;