From e17069410ea4f763b90fc83b0b000d962ae2a604 Mon Sep 17 00:00:00 2001 From: Sam sunder Date: Sat, 27 May 2023 07:26:41 +0000 Subject: [PATCH] Centered About page content --- public/static/themes/simple.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/static/themes/simple.css b/public/static/themes/simple.css index 97643e8..4c1c6c2 100644 --- a/public/static/themes/simple.css +++ b/public/static/themes/simple.css @@ -260,3 +260,7 @@ footer { .page_navigation button:active { filter: brightness(1.2); } + +.about-container { + width: 80%; +} \ No newline at end of file