rounded profile images

This commit is contained in:
Alejandro Gomez
2023-01-09 22:45:03 +01:00
parent 446cf2d3e4
commit d47fb245d5
2 changed files with 2 additions and 2 deletions

View File

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

View File

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