From 294dfe74a9d21cfeb9a1cf6a8c86b9f0a45bf150 Mon Sep 17 00:00:00 2001 From: Sam sunder Date: Sat, 27 May 2023 15:01:52 +0000 Subject: [PATCH 1/2] Centered About page content --- public/static/themes/simple.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/static/themes/simple.css b/public/static/themes/simple.css index b9390e7..4ff3355 100644 --- a/public/static/themes/simple.css +++ b/public/static/themes/simple.css @@ -296,4 +296,5 @@ footer { .about-container h3{ font-size: 1.5rem; + width: 80%; } From 6006a983b331af9634c69c7d73407ae54dbb8454 Mon Sep 17 00:00:00 2001 From: Sam sunder Date: Sat, 27 May 2023 15:38:47 +0000 Subject: [PATCH 2/2] Centered about div 2nd commit --- public/static/themes/simple.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/static/themes/simple.css b/public/static/themes/simple.css index 4ff3355..17962d0 100644 --- a/public/static/themes/simple.css +++ b/public/static/themes/simple.css @@ -296,5 +296,8 @@ footer { .about-container h3{ font-size: 1.5rem; + } + + .about-container { width: 80%; }