Skip to content

Commit de64cfb

Browse files
committed
fix imagen de speaker en moviles en column
1 parent 3128d7c commit de64cfb

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

assets/css/schedule.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
align-items: center;
3838
}
3939

40+
41+
42+
4043
.photo-speaker {
4144
width: 50px;
4245
height: 50px;
@@ -45,6 +48,17 @@
4548
object-fit: cover;
4649
}
4750

51+
@media (max-width: 1024px) { /* Tablet y dispositivos más pequeños */
52+
.photo-speaker-container {
53+
flex-direction: column;
54+
}
55+
.photo-speaker {
56+
margin-bottom: 10px;
57+
margin-right: 0;
58+
}
59+
60+
}
61+
4862
.event {
4963
margin-left: 1rem;
5064
}

0 commit comments

Comments
 (0)