rounded profile images

This commit is contained in:
Alejandro Gomez 2023-01-09 22:45:03 +01:00
parent 446cf2d3e4
commit d47fb245d5
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
width: 40px;
height: 40px;
margin-right: 10px;
border-radius: 10px;
border-radius: 100%;
cursor: pointer;
}

View File

@ -22,7 +22,7 @@
width: 256px;
height: 256px;
background-size: cover;
border-radius: 10px;
border-radius: 100%;
}
@media(max-width: 720px) {