From a8dacc6dce73e19dcb5beebd59cb8a6b51d2a9b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CTheG1ng3r=E2=80=9D?= <“michaelkenneally9@gmail.com”> Date: Mon, 4 Dec 2023 11:58:44 +0000 Subject: [PATCH 1/5] I fixed the logo rendering issue --- src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index e7c4417..6fcb250 100644 --- a/src/index.html +++ b/src/index.html @@ -9,7 +9,7 @@
From dffb2c4c3479ce6ec7e462d81bdc593fa3718d22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CTheG1ng3r=E2=80=9D?= <“michaelkenneally9@gmail.com”> Date: Mon, 4 Dec 2023 15:43:07 +0000 Subject: [PATCH 3/5] foxed email validation --- src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index ca47bb6..4dee8a7 100644 --- a/src/index.html +++ b/src/index.html @@ -14,7 +14,7 @@ Invalid Credentials - + From 1c3451576552672657e55a540a6a0ac9fa5ec09f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CTheG1ng3r=E2=80=9D?= <“michaelkenneally9@gmail.com”> Date: Mon, 4 Dec 2023 15:45:58 +0000 Subject: [PATCH 4/5] fixed spelling --- src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index 4dee8a7..672e976 100644 --- a/src/index.html +++ b/src/index.html @@ -14,7 +14,7 @@ Invalid Credentials - + From 67493236e15769c577692197fabee5626a8b68a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CTheG1ng3r=E2=80=9D?= <“michaelkenneally9@gmail.com”> Date: Mon, 4 Dec 2023 16:19:35 +0000 Subject: [PATCH 5/5] adjusted form to center --- src/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles.css b/src/styles.css index 25969e5..6d006f0 100644 --- a/src/styles.css +++ b/src/styles.css @@ -3,6 +3,7 @@ body { display: flex; /* TODO: Adjust CSS so that form is centered on page */ align-items: center; + justify-content: center; } form {