From f10b033e6b5eb3c03d84b24e43fc23cd71fd2ff1 Mon Sep 17 00:00:00 2001 From: Luo Zi Huan <1355153267@qq.com> Date: Mon, 11 Dec 2023 05:45:42 +0000 Subject: [PATCH] Update file footer.html --- wiki/footer.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/wiki/footer.html b/wiki/footer.html index ce1acef..aacf58b 100644 --- a/wiki/footer.html +++ b/wiki/footer.html @@ -20,9 +20,15 @@ <div class="col-lg-12 col-xs12 row"> <h3 class="mb-3">Sponsor</h3> <br> - <img src="https://static.igem.wiki/teams/4825/wiki/sg.png" alt="unable to load the photo" width="30%" /> - <img src="https://static.igem.wiki/teams/4825/wiki/lingzhu.jpg" alt="unable to load the photo" width="30%"/> - <img src="https://static.igem.wiki/teams/4825/wiki/scie.jpg" alt="unable to load the photo" width="30%"/> + <div style="width: 30%"> + <img src="https://static.igem.wiki/teams/4825/wiki/sg.png" alt="unable to load the photo" style="width:100%" /> + </div> + <div style="width: 30%"> + <img src="https://static.igem.wiki/teams/4825/wiki/lingzhu.jpg" alt="unable to load the photo" width="100%"/> + </div> + <div style="width: 30%"> + <img src="https://static.igem.wiki/teams/4825/wiki/scie.jpg" alt="unable to load the photo" width="100%"/> + </div> </div> </div> <div class="col-lg-4 col-xs-12"> -- GitLab