fix: desktop layout

This commit is contained in:
Adam
2025-12-12 14:59:41 -06:00
parent 6630002434
commit 2bee21ddb8
3 changed files with 30 additions and 13 deletions
+10
View File
@@ -12,6 +12,16 @@
}
}
@keyframes pulse-opacity-dim {
0%,
100% {
opacity: 0;
}
50% {
opacity: 0.3;
}
}
@keyframes fadeUp {
from {
opacity: 0;