add new hero. fix background placement

pull/1/head
rebuilt 3 years ago
parent 43bcd51452
commit 82659647bb

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

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

Loading…
Cancel
Save