Adjust sizing and spacing

This commit is contained in:
Carlos Fernandez 2025-12-16 05:35:09 -05:00
parent 71b40b1189
commit e506ef177f

View file

@ -3,12 +3,12 @@
display: flex;
align-items: center;
justify-content: center;
gap: 2rem;
gap: 2.5rem;
.actor-img {
border-radius: 50%;
width: 72px;
height: 72px;
width: 64px;
height: 64px;
object-fit: cover;
object-position: top center;
}