File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535.photo-speaker-container {
3636 display : flex;
3737 align-items : center;
38+
3839}
3940
4041
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 */
5558 .photo-speaker {
5659 margin-bottom : 10px ;
5760 margin-right : 0 ;
61+ margin-left : auto;
62+ margin-right : auto;
5863 }
5964
6065}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments