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

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 {