moki il y a 4 jours
Parent
commit
738cafffcf
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/components/IdleCard.vue

+ 2 - 2
src/components/IdleCard.vue

@@ -45,8 +45,8 @@
 .orb {
   position: relative;
   z-index: 1;
-  width: 48px;
-  height: 48px;
+  width: 72px;
+  height: 72px;
   border-radius: 50%;
   background: radial-gradient(circle at 35% 35%, #95de64, #52c41a);
   animation: breathe 4s ease-in-out infinite;