We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ccf4b8 commit 0bf1d6dCopy full SHA for 0bf1d6d
1 file changed
index.html
@@ -96,11 +96,15 @@
96
}
97
98
.package-card:nth-child(2) {
99
- animation-delay: 0.2s;
+ animation-delay: 0.15s;
100
101
102
.package-card:nth-child(3) {
103
- animation-delay: 0.3s;
+ animation-delay: 0.20s;
104
+ }
105
+
106
+ .package-card:nth-child(4) {
107
+ animation-delay: 0.25s;
108
109
110
.package-card::before {
@@ -164,6 +168,7 @@
164
168
border-top: 1px solid var(--border-color);
165
169
color: var(--text-secondary);
166
170
font-size: 0.9rem;
171
+ animation: fadeInUp 0.8s ease-out both;
167
172
173
174
.social-links {
0 commit comments