summaryrefslogtreecommitdiff
path: root/styles.scss
diff options
context:
space:
mode:
Diffstat (limited to 'styles.scss')
-rw-r--r--styles.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/styles.scss b/styles.scss
index 580a5bd..fb933e9 100644
--- a/styles.scss
+++ b/styles.scss
@@ -100,16 +100,16 @@ small {font-size: 0.750rem; /* 12px */}
animation: reveal 0.6s ease-out forwards;
&:nth-child(1) {
- animation-delay: 0.15s; // Delay for the first item
+ animation-delay: 0.4s; // Delay for the first item
}
&:nth-child(2) {
- animation-delay: 0.3s; // Delay for the second item
+ animation-delay: 0.55s; // Delay for the second item
}
&:nth-child(3) {
- animation-delay: 0.45s; // Delay for the third item
+ animation-delay: 0.7s; // Delay for the third item
}
&:nth-child(4) {
- animation-delay: 0.6s; // Delay for the fourth item
+ animation-delay: 0.85s; // Delay for the fourth item
}
a {