fix: image styling :goblin:

This commit is contained in:
jabuxas 2025-02-09 19:20:44 -03:00
parent 6794079374
commit e68eeada2a

View File

@ -21,9 +21,9 @@ body {
}
.image-container {
width: 150px;
height: 150px;
border-radius: 50px;
width: 100px;
height: 100px;
border-radius: 40px;
overflow: hidden;
position: relative;
}