Skip to content

Commit

Permalink
Ajuste estilo para evitar descuadre
Browse files Browse the repository at this point in the history
  • Loading branch information
OtroMigala committed Jun 24, 2024
1 parent 86b985f commit 59b3436
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -781,6 +781,21 @@ body.mobile-nav-active #mobile-nav-toggle {
margin-bottom: 30px;
}

#speakers .speaker .speaker-container {
position: relative;
padding-top: 100%;
overflow: hidden;
}

#speakers .speaker .speaker-container img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}

#speakers .speaker .details {
background: rgba(6, 12, 34, 0.76);
position: absolute;
Expand Down

0 comments on commit 59b3436

Please sign in to comment.