From 6203f20b777dab528eff9770331fc3d6d0aa4f86 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Tue, 29 Aug 2023 17:33:10 +0800 Subject: [PATCH] Change CSS for centreiing div --- changelog/2022.html | 4 ++-- changelog/index.html | 4 ++-- css/style-main.css | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/changelog/2022.html b/changelog/2022.html index 4d75f6f5..f7bfbd4f 100644 --- a/changelog/2022.html +++ b/changelog/2022.html @@ -40,8 +40,8 @@

Website Changelog Archive: 2022

You can subscribe to the Leilukin's Hub RSS feed or follow my Neocities profile to get notified of the updates on this website.

-
- +
+ RSS feed button
diff --git a/changelog/index.html b/changelog/index.html index d7642047..70b6be15 100644 --- a/changelog/index.html +++ b/changelog/index.html @@ -40,8 +40,8 @@

Website Changelog

You can subscribe to the Leilukin's Hub RSS feed or follow my Neocities profile to get notified of the updates on this website.

-
- + diff --git a/css/style-main.css b/css/style-main.css index 88dfcfa3..1c03dc43 100644 --- a/css/style-main.css +++ b/css/style-main.css @@ -225,7 +225,8 @@ summary { } .center-el { - margin: 0 auto; + display: grid; + place-content: center; } .center-text {