style: adjust bottom margin of Saajan component image to -6
CI / Generate Certificates (push) Successful in 2m35s
CI / Frontend CI (push) Successful in 2m27s
CI / Backend CI (push) Failing after 1m43s
CI / E2E Tests (push) Failing after 4m22s

This commit is contained in:
ramvignesh-b
2026-05-04 06:46:02 +05:30
parent 84445f16b3
commit bea9b13249
+1 -1
View File
@@ -45,7 +45,7 @@ export default function Saajan({ message, position = "right" }: SaajanProps) {
<img
src={sf_mini}
alt="saajan"
className={`sepia-20 w-35 -mb-3 ${animate ? "animate-[pulse_.5s_ease_2]" : ""}`}
className={`sepia-20 w-35 -mb-6 ${animate ? "animate-[pulse_.5s_ease_2]" : ""}`}
/>
</div>
</div>