From 71cec9a74b10a3689599b433ecea7e46ea98e492 Mon Sep 17 00:00:00 2001 From: HouTeng Chan <ht-chen21@mails.tsinghua.edu.cn> Date: Tue, 1 Oct 2024 19:02:53 +0000 Subject: [PATCH] Update file home.html --- wiki/pages/home.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wiki/pages/home.html b/wiki/pages/home.html index 355496e2..5b94deab 100644 --- a/wiki/pages/home.html +++ b/wiki/pages/home.html @@ -204,8 +204,9 @@ font-size: 1.1rem; color: #666; } - + .read-more-button { + align-self: center; display: inline-block; margin-top: 15px; padding: 8px 15px; @@ -216,7 +217,6 @@ font-size: 0.9rem; transition: background-color 0.3s ease; } - .read-more-button:hover { background-color: #ff6b5b; } -- GitLab