Profile image cannot make the default navbar size getting bigger than 40px

This commit is contained in:
Dita Aji Pratama 2024-09-26 18:24:11 +07:00
parent 6bcf7327c4
commit 4fa179c028

View File

@ -50,8 +50,8 @@ body {
}
.profile-image {
width: 30px;
height: 30px;
width: 20px;
height: 20px;
border-radius: 50%;
object-fit: cover;
}