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; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
gap: 2rem; gap: 2.5rem;
.actor-img { .actor-img {
border-radius: 50%; border-radius: 50%;
width: 72px; width: 64px;
height: 72px; height: 64px;
object-fit: cover; object-fit: cover;
object-position: top center; object-position: top center;
} }