From b8425b8179b13b92c97fdad339148837665911ba Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 25 Dec 2022 17:13:26 -0600 Subject: [PATCH] Add opacity animations for text, fix bad icon grid placement --- src/styles/globals.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/styles/globals.scss b/src/styles/globals.scss index 576664d..ab178a8 100644 --- a/src/styles/globals.scss +++ b/src/styles/globals.scss @@ -18,7 +18,7 @@ html, body { } .elements { - @apply hidden transition-all delay-100; + @apply hidden opacity-0 transition-all delay-100; > * { z-index: 30; min-height: 0; @@ -27,7 +27,7 @@ html, body { &:hover, &.active { .elements { - @apply grid; + @apply grid opacity-100; } > img { @@ -52,7 +52,6 @@ html, body { .icon-grid { direction: rtl; - grid-auto-flow: column; > svg { width: 75%;