Skip to content

Commit ce47b73

Browse files
committed
fix speaker margin in response
1 parent de64cfb commit ce47b73

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

assets/css/schedule.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
.photo-speaker-container {
3636
display: flex;
3737
align-items: center;
38+
3839
}
3940

4041

@@ -46,6 +47,8 @@
4647
border-radius: 50%;
4748
margin-right: 0.5rem;
4849
object-fit: cover;
50+
margin-left: auto;
51+
margin-right: auto;
4952
}
5053

5154
@media (max-width: 1024px) { /* Tablet y dispositivos más pequeños */
@@ -55,6 +58,8 @@
5558
.photo-speaker {
5659
margin-bottom: 10px;
5760
margin-right: 0;
61+
margin-left: auto;
62+
margin-right: auto;
5863
}
5964

6065
}

assets/js/copiapo/schedule.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export default () => {
120120
profileDiv.className = "d-flex align-items-center";
121121

122122
const photosDiv = document.createElement("div");
123-
photosDiv.className = "photo-speaker-container";
123+
photosDiv.className = "photo-speaker-container col-md-2";
124124

125125
const mediaDiv = document.createElement("div");
126126

0 commit comments

Comments
 (0)