Skip to content

Commit f24605a

Browse files
authored
fix permalinks (#225)
1 parent ee4cac1 commit f24605a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/site-kit/src/lib/components/Text.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@
311311
background: url(../icons/link.svg) 0 50% no-repeat;
312312
background-size: 1em 1em;
313313
width: 1.4em;
314-
height: 1em;
315-
bottom: 0.25em;
314+
height: 1.2em;
315+
top: 0;
316316
317317
@media (max-width: 767px) {
318318
right: 0;

0 commit comments

Comments
 (0)