Skip to content

Commit 00affe6

Browse files
committed
homepage
1 parent af1788d commit 00affe6

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

app/globals.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,18 @@
2222
font-weight: 700;
2323
font-style: normal;
2424
}
25+
26+
@keyframes spinner {
27+
from {
28+
opacity: 1;
29+
}
30+
to {
31+
opacity: 0.25;
32+
}
33+
}
34+
35+
@layer base {
36+
* {
37+
@apply min-w-0;
38+
}
39+
}

0 commit comments

Comments
 (0)