use smaller svgs instead of pngs

This commit is contained in:
Ben Wheeler 2021-03-30 21:32:54 -04:00
parent 4533c983fd
commit 491735b9f0
5 changed files with 4 additions and 2 deletions

View file

@ -16,7 +16,7 @@
background-size: 624px 325px;
background-repeat: no-repeat;
background-position: right;
background-image: url("/images/splash/background-cropped.png");
background-image: url("/svgs/intro/background-cropped.svg");
}
/* flex: column */
@ -153,7 +153,7 @@ $tabletLandscape: 1024px;
flex-direction: column;
background-position: bottom 32px right 50%;
background-size: 40rem;
background-image: url("/images/splash/background.png");
background-image: url("/svgs/intro/background.svg");
.intro-content {
align-items: center;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 13 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 16 KiB