🎨 Format SVG and CSS code for improved readability and consistency

This commit is contained in:
2026-01-28 04:46:20 +00:00
parent 4433cb02a8
commit dcf6bdd734

View File

@@ -64,7 +64,8 @@ const props = withDefaults(defineProps(), {
}
@keyframes float {
0%, 100% {
0%,
100% {
transform: translateY(0px);
}
50% {