File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ <h2>Integrantes</h2>
2929 < div class ="col-lg-3 mb-4 ">
3030 < div class ="row ">
3131 < div class ="col-md-12 ">
32- < img class ="img-fluid rounded-circle " src ="../images/{{ datos['img'] }} " alt ="{{ nombre }} " />
32+ < img class ="img-fluid rounded-circle mx-auto d-block " src ="../images/{{ datos['img'] }} " alt ="{{ nombre }} " />
3333 </ div >
3434 < div class ="col-md-12 text-center ">
3535 < div class ="pt-2 ">
@@ -66,7 +66,7 @@ <h2>Integrantes inactivos</h2>
6666 < div class ="col-lg-3 mb-4 ">
6767 < div class ="row ">
6868 < div class ="col-md-12 ">
69- < img class ="img-fluid rounded-circle " src ="../images/{{ datos['img'] }} " alt ="{{ nombre }} " />
69+ < img class ="img-fluid rounded-circle mx-auto d-block " src ="../images/{{ datos['img'] }} " alt ="{{ nombre }} " />
7070 </ div >
7171 < div class ="col-md-12 text-center ">
7272 < div class ="pt-2 ">
You can’t perform that action at this time.
0 commit comments