From 5cfc7d4b6c76efea93109732985f92d4877a4cf4 Mon Sep 17 00:00:00 2001 From: yuneko1127 Date: Wed, 22 May 2024 12:12:49 +0900 Subject: [PATCH] fix About css --- src/About.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/About.css b/src/About.css index e8a8a53..92b28c6 100644 --- a/src/About.css +++ b/src/About.css @@ -1,5 +1,5 @@ .about-container { - max-width: 85vh; + max-width: 80vw; margin: 0 auto; padding: 20px; line-height: 1.6; @@ -17,11 +17,11 @@ } .about-container p { - margin-top: 15px; + margin: 15px; } .about-container ul { - margin-top: 15px; + margin-top: 10px; } .about-container li {