diff --git a/costapy-templates/prime/static/css/style.css b/costapy-templates/prime/static/css/style.css index 4bbc736..e4d79da 100644 --- a/costapy-templates/prime/static/css/style.css +++ b/costapy-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; } diff --git a/html/style.css b/html/style.css index 4bbc736..e4d79da 100644 --- a/html/style.css +++ b/html/style.css @@ -50,8 +50,8 @@ body { } .profile-image { - width: 30px; - height: 30px; + width: 20px; + height: 20px; border-radius: 50%; object-fit: cover; }