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

This commit is contained in:
Dita Aji Pratama 2024-09-29 19:26:36 +07:00
parent ab203e01ce
commit dd08dbfabd
2 changed files with 4 additions and 4 deletions

View File

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

View File

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