From c5645e4f5db881dd30ff7e91371a3a24b45fe785 Mon Sep 17 00:00:00 2001 From: s5260822 Date: Thu, 20 Mar 2025 01:01:01 +0100 Subject: [PATCH] centered contents of all pages --- src/main/resources/static/index.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main/resources/static/index.css b/src/main/resources/static/index.css index 8069723..e626407 100644 --- a/src/main/resources/static/index.css +++ b/src/main/resources/static/index.css @@ -74,6 +74,12 @@ body { padding: 20px; margin-top: 120px; padding-bottom: 110px; + /* align items to center */ + display: flex; + flex-direction: column; + align-items: center; +} + main { width: 80%; justify-content: center;