Remove format.ts and changes the layout to fit on small and big screens

This commit is contained in:
2026-02-09 14:45:23 -05:00
parent 343713bd19
commit c2b2b7bff1
5 changed files with 79 additions and 56 deletions

View File

@@ -46,6 +46,17 @@
transform: rotateY(2.4deg);
}
}
--animate-pulse-ring: pulse-ring 1.5s ease-in-out infinite;
@keyframes pulse-ring {
0%,
100% {
opacity: 0.5;
}
50% {
opacity: 1;
}
}
}
* {