From 56cff90791a90643143e538add770a79c992f156 Mon Sep 17 00:00:00 2001 From: HouTeng Chan <ht-chen21@mails.tsinghua.edu.cn> Date: Tue, 1 Oct 2024 20:20:48 +0000 Subject: [PATCH] Update file home.html --- wiki/pages/home.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/wiki/pages/home.html b/wiki/pages/home.html index 4a85cdad..3e46cb6d 100644 --- a/wiki/pages/home.html +++ b/wiki/pages/home.html @@ -257,8 +257,8 @@ } .ape-icon { - width: 130px; - height: 130px; + width: 150px; + height: 150px; margin-right: 20px; } @@ -374,7 +374,7 @@ <div class="ape-row"> <img src="https://static.igem.wiki/teams/5187/wiki-home-fig/home-sf1.png" alt="Affordable" class="ape-icon"> <div class="ape-text"> - <h3 class="ape-title">Affordable</h3> + <h3 class="ape-title"><strong style="color: #fa8072;">A</strong>ffordable</h3> <p class="ape-description">Our solution is cost-effective, making it accessible to a wider range of patients.</p> </div> </div> @@ -382,7 +382,7 @@ <div class="ape-row"> <img src="https://static.igem.wiki/teams/5187/wiki-home-fig/home-sf2.png" alt="Potential" class="ape-icon"> <div class="ape-text"> - <h3 class="ape-title">Potential</h3> + <h3 class="ape-title"><strong style="color: #fa8072;">P</strong>otential</h3> <p class="ape-description">The innovative approach shows great potential for treating IBD and possibly other conditions.</p> </div> </div> @@ -390,7 +390,7 @@ <div class="ape-row"> <img src="https://static.igem.wiki/teams/5187/wiki-home-fig/home-sf3.png" alt="Efficiency" class="ape-icon"> <div class="ape-text"> - <h3 class="ape-title">Efficiency</h3> + <h3 class="ape-title"><strong style="color: #fa8072;">E</strong>fficiency</h3> <p class="ape-description">Our method is designed to efficiently deliver treatment, maximizing its effectiveness.</p> </div> </div> -- GitLab