Commit 4533c983 authored by Ben Wheeler's avatar Ben Wheeler

converted images around splash video to png, smaller file size

parent 17f96b49
...@@ -13,10 +13,10 @@ ...@@ -13,10 +13,10 @@
min-height: 24rem; min-height: 24rem;
justify-content: space-between; justify-content: space-between;
background-color: $ui-blue; background-color: $ui-blue;
background-size: auto; background-size: 624px 325px;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: right; background-position: right;
background-image: url("/svgs/intro/background-cropped.svg"); background-image: url("/images/splash/background-cropped.png");
} }
/* 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("/svgs/intro/background.svg"); background-image: url("/images/splash/background.png");
.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