From 658ac383a2a290e7bce30649bc2bd93985e137ad Mon Sep 17 00:00:00 2001 From: ZhuangYumin Date: Sat, 16 Dec 2023 04:58:15 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E6=A1=86=E5=85=83=E7=B4=A0=E5=AE=BD=E5=BA=A6=E4=B8=8D=E5=AF=B9?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/Web/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/Web/index.html b/frontend/Web/index.html index fa87069..5f705ba 100644 --- a/frontend/Web/index.html +++ b/frontend/Web/index.html @@ -76,6 +76,9 @@ padding: 10px; text-decoration: none; color: #333; + text-align: center; /* Horizontally center the text */ + width: 100%; /* Make the width 100% */ + box-sizing: border-box; /* Include padding in the width */ } .dropdown-content a:hover {