fix: icon size

This commit is contained in:
dhanush.s 2025-09-27 04:13:59 +05:30
parent 441d415b0f
commit 025ed1d119

View File

@ -1243,9 +1243,10 @@
justify-content: center; justify-content: center;
} }
.slide-logo { .slide-logo {
width: 60px; width: 50px;
height: 60px; height: 50px;
object-fit: cover; object-fit: cover;
border-radius: 50%; border-radius: 50%;
border: 3px solid #fff; border: 3px solid #fff;