From b453db2155b9ef2aadf663394bb384d280cd5cc2 Mon Sep 17 00:00:00 2001 From: HouTeng Chan <ht-chen21@mails.tsinghua.edu.cn> Date: Tue, 1 Oct 2024 19:18:16 +0000 Subject: [PATCH] Update file home.html --- wiki/pages/home.html | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/wiki/pages/home.html b/wiki/pages/home.html index ddede2c3..9021b5ce 100644 --- a/wiki/pages/home.html +++ b/wiki/pages/home.html @@ -205,20 +205,24 @@ color: #666; } + .read-more-wrapper { + display: flex; + justify-content: center; + margin-top: 15px; + } + .read-more-button { - align-self: center; - display: inline-block; - margin-top: 15px; - padding: 8px 15px; - background-color: #fa8072; - color: white; - text-decoration: none; - border-radius: 5px; - font-size: 0.9rem; - transition: background-color 0.3s ease; + padding: 8px 15px; + background-color: #fa8072; + color: white; + text-decoration: none; + border-radius: 5px; + font-size: 0.9rem; + transition: background-color 0.3s ease; } + .read-more-button:hover { - background-color: #ff6b5b; + background-color: #ff6b5b; } </style> @@ -303,7 +307,9 @@ <div class="muscare-content-text"> <h3>What is Muscure?</h3> <p>Our team stands to develop a more favorable treatment experience. Relevant studies have shown that lactic acid has an inhibitory effect on abnormally activated dendritic cells and cytotoxic T-cells in autoimmune diseases, and thus is expected to improve the symptoms of IBD patients. Based on the research, we designed a yeast engineered bacterium. We introduced a muscone detecting switch in the engineered yeast and activated the downstream pathway to express lactate dehydrogenase to produce lactic acid. Ultimately, the engineered bacteria will colonize the small intestine, enabling the patient to treat IBD by inhaling muscone gas in vitro therefore induces the yeast to synthesize a low amount of stabilized lactic acid in vivo. Aroma therapy has the potential to be a new trend in long-term treatment for IBD as it can reduce the discomfort of treatment and improve the long-term treatment experience.</p> - <a href="https://2024.igem.wiki/Tsinghua/description" class="read-more-button">Read More</a> + <div class="read-more-wrapper"> + <a href="https://2024.igem.wiki/Tsinghua/description" class="read-more-button">Read More</a> + </div> </div> </div> </div> -- GitLab