Skip to content

Commit f86b2f0

Browse files
committed
Fixed stretching in 429 icon
1 parent aa13b7b commit f86b2f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
mixin HTTP429Icon()
2-
img(src="data-url:../icons/raw/twemoji--page-facing-up.svg", class="absolute left-0 m-auto top-0 h-[100%] w-[50%]", draggable="false")
3-
img(src="data-url:../icons/raw/twemoji--page-facing-up.svg", class="absolute left-[20%] m-auto top-[10%] h-[100%] w-[50%]", draggable="false")
4-
img(src="data-url:../icons/raw/twemoji--page-facing-up.svg", class="absolute left-[40%] m-auto top-[20%] h-[100%] w-[50%]", draggable="false")
5-
img(src="data-url:../icons/raw/twemoji--stop-sign.svg", class="absolute m-auto left-[60%] right-0 top-[60%] h-[40%] w-[40%]", draggable="false")
2+
img(src="data-url:../icons/raw/twemoji--page-facing-up.svg", class="absolute left-0 m-auto top-0 h-[50%] bottom-0 w-[50%]", draggable="false")
3+
img(src="data-url:../icons/raw/twemoji--page-facing-up.svg", class="absolute left-[20%] m-auto top-[10%] bottom-0 h-[50%] w-[50%]", draggable="false")
4+
img(src="data-url:../icons/raw/twemoji--page-facing-up.svg", class="absolute left-[40%] m-auto top-[20%] bottom-0 h-[50%] w-[50%]", draggable="false")
5+
img(src="data-url:../icons/raw/twemoji--stop-sign.svg", class="absolute m-auto left-[60%] right-0 top-[60%] bottom-0 h-[40%] w-[40%]", draggable="false")
66
div(class="absolute right-[7%] bottom-[14%] font-extrabold") STOP!

0 commit comments

Comments
 (0)