mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
use smaller svgs instead of pngs
This commit is contained in:
parent
4533c983fd
commit
491735b9f0
5 changed files with 4 additions and 2 deletions
|
@ -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 |
1
static/svgs/intro/background-cropped.svg
Normal file
1
static/svgs/intro/background-cropped.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 13 KiB |
1
static/svgs/intro/background.svg
Normal file
1
static/svgs/intro/background.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 16 KiB |
Loading…
Reference in a new issue