From 6755b7ec36053cfdd9e08636901eb923d44f71c7 Mon Sep 17 00:00:00 2001 From: Derek Chen Date: Thu, 30 May 2024 00:53:37 -0500 Subject: [PATCH] feat: changelog stuff --- docs/changelog.html | 10 +++++++++- docs/main.css | 7 +++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/changelog.html b/docs/changelog.html index 02e4aee..d736235 100644 --- a/docs/changelog.html +++ b/docs/changelog.html @@ -58,11 +58,19 @@
-
+

Changelog

+
+

Server Maintenance

+

May 30, 2024

+

We would like to inform you that we have scheduled server maintenance for [Your Software/Service Name] on [Maintenance Date] from [Start Time] to [End Time]. This maintenance is essential to ensure the continued performance, reliability, and security of our systems. Please mark your calendar and plan accordingly for this maintenance window. If you have any questions or need assistance, please contact our support team at [Support Email Address] or visit our [Support Page]. +

Thank you for your cooperation,

+

[Your Company Name]

+

+

Donation page created

May 28, 2024

diff --git a/docs/main.css b/docs/main.css index c496818..cad54b0 100644 --- a/docs/main.css +++ b/docs/main.css @@ -131,6 +131,10 @@ nav ul li a:hover { padding: var(--about-text-padding); } +.changelog { + max-width: 800px; +} + .bg-form { background-color: var(--container-color); /* grid-column: 1; @@ -206,6 +210,8 @@ h1 { padding: 20px; margin-top: 20px; text-align: left; + text-wrap: wrap; + max-width: 800px; } .changelog-split-row { @@ -213,6 +219,7 @@ h1 { display: flex; flex-direction: row; gap: 10px; + /* margin: 0 auto; */ } .top-left {