From 4fa179c0289e980774a3ba7d7d78dada8286de41 Mon Sep 17 00:00:00 2001 From: Dita Aji Pratama Date: Thu, 26 Sep 2024 18:24:11 +0700 Subject: [PATCH] Profile image cannot make the default navbar size getting bigger than 40px --- app/templates/prime/static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/prime/static/css/style.css b/app/templates/prime/static/css/style.css index 4bbc736..e4d79da 100644 --- a/app/templates/prime/static/css/style.css +++ b/app/templates/prime/static/css/style.css @@ -50,8 +50,8 @@ body { } .profile-image { - width: 30px; - height: 30px; + width: 20px; + height: 20px; border-radius: 50%; object-fit: cover; }