reduce border radius on avatars

This commit is contained in:
Aadil Ayub 2022-01-12 16:39:57 +06:00
parent c8e8586ace
commit 5dbea02ea5
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ aside {
height: 80px; height: 80px;
float: left; float: left;
margin: 15px; margin: 15px;
border-radius: 10px; border-radius: 3px;
background-size: auto 80px; background-size: auto 80px;
margin-top: 0; margin-top: 0;
} }