From 4628c1d9124dc3d0af1315895b20894c2a1d2ce0 Mon Sep 17 00:00:00 2001 From: Nathan Roche Date: Tue, 14 Nov 2023 16:33:06 +0000 Subject: [PATCH 1/3] fixed logo, hid password, validated email --- src/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/index.html b/src/index.html index e7c4417..b9986bb 100644 --- a/src/index.html +++ b/src/index.html @@ -9,15 +9,15 @@
- + - + - +
From 665385379c1963edfc73d762f144f5c6d20bad77 Mon Sep 17 00:00:00 2001 From: Nathan Roche Date: Tue, 14 Nov 2023 16:46:16 +0000 Subject: [PATCH 2/3] further fixing logo and email --- src/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.html b/src/index.html index b9986bb..f8e5452 100644 --- a/src/index.html +++ b/src/index.html @@ -9,12 +9,12 @@
- + - + From e8b2ee4a6adf3addfef091ffacd708c906ec9182 Mon Sep 17 00:00:00 2001 From: Nathan Roche Date: Tue, 21 Nov 2023 12:07:41 +0000 Subject: [PATCH 3/3] fixed centering of form --- src/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles.css b/src/styles.css index 25969e5..22a4fac 100644 --- a/src/styles.css +++ b/src/styles.css @@ -2,6 +2,7 @@ body { height: 100vh; display: flex; /* TODO: Adjust CSS so that form is centered on page */ + justify-content: center; align-items: center; }