From 5dbea02ea559d07efe5e20c5c4880025c7b9791c Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Wed, 12 Jan 2022 16:39:57 +0600 Subject: [PATCH] reduce border radius on avatars --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index e5d5ede..188d137 100644 --- a/css/style.css +++ b/css/style.css @@ -415,7 +415,7 @@ aside { height: 80px; float: left; margin: 15px; - border-radius: 10px; + border-radius: 3px; background-size: auto 80px; margin-top: 0; }