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 {