From 3dff4fbe9008eabd9ea72f7abba2d6bbf6b701b6 Mon Sep 17 00:00:00 2001 From: sweatshirt0 Date: Mon, 20 Feb 2023 15:13:15 -0500 Subject: [PATCH] login page minor css patch. --- data/data.json | 2 +- pages/home.html | 1 + styles/styles.css | 11 +++++++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/data/data.json b/data/data.json index 542b2b9..706a03d 100644 --- a/data/data.json +++ b/data/data.json @@ -7,6 +7,6 @@ { "id": "2", "username": "samsepi0l", - "password": "Daemons0!" + "password": "Daemons0" } ] diff --git a/pages/home.html b/pages/home.html index d550bf1..6929ac1 100644 --- a/pages/home.html +++ b/pages/home.html @@ -14,6 +14,7 @@

You are now logged in.

+

Site currently in development; thank you for your patience.

diff --git a/styles/styles.css b/styles/styles.css index 55fbcf9..867a98a 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -83,6 +83,17 @@ body { color: #fff; } +.logged-title-wrapper { + display: flex; + justify-content: center; + +} + +.logged-development-notice { + text-align: center; + font-size: 0.95rem; +} + .registration-button { width: 85%; display: flex;