diff --git a/styles/index.css b/styles/index.css index 8addbe0..8e4d4e2 100644 --- a/styles/index.css +++ b/styles/index.css @@ -31,3 +31,6 @@ @apply opacity-100; } } +.mb-10.flex.h-\[70px\].w-\[70px\].items-center.justify-center.rounded-md.bg-primary.bg-opacity-10.text-primary:hover { + transform: scale(1.5); +} \ No newline at end of file