Fix: Inconsistent tag spacing (#139)

This commit is contained in:
Andreas Törnkvist
2020-11-17 20:04:06 +01:00
committed by GitHub
parent 00c3487dff
commit 85efb8e1b6
4 changed files with 8 additions and 8 deletions

View File

@@ -9,6 +9,6 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M9 11l-6 6v3h9l3-3"/>
<path d="M22 12l-4.6 4.6a2 2 0 01-2.8 0l-5.2-5.2a2 2 0 010-2.8L14 4"/>
<path d="M9 11l-6 6v3h9l3-3" />
<path d="M22 12l-4.6 4.6a2 2 0 01-2.8 0l-5.2-5.2a2 2 0 010-2.8L14 4" />
</svg>

Before

Width:  |  Height:  |  Size: 314 B

After

Width:  |  Height:  |  Size: 316 B