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 { .image-container {
width: 150px; width: 100px;
height: 150px; height: 100px;
border-radius: 50px; border-radius: 40px;
overflow: hidden; overflow: hidden;
position: relative; position: relative;
} }