Commit 491735b9 authored by Ben Wheeler's avatar Ben Wheeler

use smaller svgs instead of pngs

parent 4533c983
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
background-size: 624px 325px; background-size: 624px 325px;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: right; background-position: right;
background-image: url("/images/splash/background-cropped.png"); background-image: url("/svgs/intro/background-cropped.svg");
} }
/* flex: column */ /* flex: column */
...@@ -153,7 +153,7 @@ $tabletLandscape: 1024px; ...@@ -153,7 +153,7 @@ $tabletLandscape: 1024px;
flex-direction: column; flex-direction: column;
background-position: bottom 32px right 50%; background-position: bottom 32px right 50%;
background-size: 40rem; background-size: 40rem;
background-image: url("/images/splash/background.png"); background-image: url("/svgs/intro/background.svg");
.intro-content { .intro-content {
align-items: center; align-items: center;
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment