avatar more bigger

This commit is contained in:
srgooglo 2022-06-01 21:41:25 +02:00
parent 2af42b80e7
commit 81fb5c9d9c

View File

@ -44,10 +44,13 @@
margin-bottom: 15px; margin-bottom: 15px;
.avatar { .avatar {
width: 100px;
height: 100px;
img { img {
width : 70px; width: 100%;
height : 70px; height: 100%;
border-radius: 4px; border-radius: 8px;
} }
} }