Upped the icon scaling to 2x on hover

This commit is contained in:
Corey 2020-08-04 10:03:10 +08:00
parent dca1797b77
commit 53a7811705
2 changed files with 4 additions and 1 deletions

View File

@ -274,7 +274,7 @@
<img
:src="`images/icons/` + item.icon_path + `.svg`"
:alt="item.icon_name"
class="transform transition duration-200 group-hover:scale-150"
class="transform transition duration-200 group-hover:scale-200"
loading="lazy"
/>
<p

View File

@ -6,6 +6,9 @@ module.exports = {
"Roboto Mono, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace",
],
},
scale: {
"200": "2",
},
},
variants: {
scale: ["responsive", "hover", "focus", "group-hover"],