From 9129f6ff6f160a82da2ef1a02c391330d9184305 Mon Sep 17 00:00:00 2001 From: Evan <38150833+beigebeats@users.noreply.github.com> Date: Fri, 22 Dec 2023 22:15:08 -0800 Subject: minor bug fix --- styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'styles.scss') diff --git a/styles.scss b/styles.scss index c41f4b2..4821665 100644 --- a/styles.scss +++ b/styles.scss @@ -97,7 +97,7 @@ small {font-size: 0.750rem; /* 12px */} display: flex; justify-content: left; opacity: 0; // Start items as invisible - animation: reveal 1s ease-out forwards; + animation: reveal 0.6s ease-out forwards; &:nth-child(1) { animation-delay: 0.15s; // Delay for the first item -- cgit v1.2.3