Decrease image width and height

This commit is contained in:
Anton Khorev 2024-05-20 19:48:14 +03:00
parent 4593f00d41
commit dfa1255fee
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1000" height="500">
<svg xmlns="http://www.w3.org/2000/svg" width="800" height="100">
<g>
<circle cx="50" cy="50" r="45" fill="#70cd8f"/>
<path d="M31 46h-2l-3 3v2l14 14 5 5 5-5 25-25v-2l-3-3h-2l-25 25z" fill="#fff"/>

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Before After
Before After

View file

@ -883,7 +883,7 @@ div.secondary-actions {
width: 50px;
height: 50px;
background-image: image-url("welcome-sprite.svg");
background-size: 500px 250px;
background-size: 400px 50px;
}
.sprite.x {