🐛 Fix social icons shifting on hover in Safari

Fixes #396
This commit is contained in:
James Panther
2023-01-09 18:26:34 +11:00
parent 0105da87cd
commit a1b11a6a04
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@
{{ range $name, $url := $links }}
<a
class="px-1 transition-transform hover:scale-125 hover:text-primary-700 dark:hover:text-primary-400"
style="will-change:transform;"
href="{{ $url }}"
target="_blank"
aria-label="{{ $name | title }}"