From e5869fa1c11475885e7b24156964af4b2cfc53b8 Mon Sep 17 00:00:00 2001 From: Resham Saipranathi <164533685+reshamsai150@users.noreply.github.com> Date: Tue, 18 Jun 2024 20:19:02 +0530 Subject: [PATCH] master --- styles/index.css | 3 +++ 1 file changed, 3 insertions(+) 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