chg: Round the picture

This commit is contained in:
Sayantan Santra 2024-09-19 17:09:08 -05:00
parent da8f53559e
commit 6bd33b1add
Signed by: SinTan1729
GPG Key ID: 0538DD402EA50898
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
img { img {
border: 5px solid #333; border: 5px solid #333;
padding: 1px; padding: 1px;
border-radius: 10px; border-radius: 50%;
} }
.row { .row {