]> git.openstreetmap.org Git - rails.git/commitdiff
Decrease image width and height
authorAnton Khorev <tony29@yandex.ru>
Mon, 20 May 2024 16:48:14 +0000 (19:48 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sun, 26 May 2024 23:24:08 +0000 (02:24 +0300)
app/assets/images/welcome-sprite.svg
app/assets/stylesheets/common.scss

index d7253d860a157f39834a7ccf8c5ce75b3ca0af67..ae3b642e902bea5e54d0ea7293046cb556a8f104 100644 (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"/>
index c3f2b36adc361a320f7618664c5d39644cb75c36..605f4f077efd3d7eabe5fb0ad7d30f97f5139689 100644 (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 {