From 07b8bb7bfef61a69d6acc6b7f1c3bfdd65dd40a9 Mon Sep 17 00:00:00 2001 From: Savanni D'Gerinel Date: Thu, 26 Oct 2023 00:03:49 -0400 Subject: [PATCH] Style the authentication page for mobile --- file-service/templates/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/file-service/templates/style.css b/file-service/templates/style.css index a423bbf..d979df9 100644 --- a/file-service/templates/style.css +++ b/file-service/templates/style.css @@ -29,6 +29,7 @@ body { justify-content: center; align-items: center; height: 200px; + margin: 8px; } .authentication-form { @@ -133,6 +134,16 @@ body { .authentication-form { width: 100%; + display: flex; + flex-direction: column; + } + + .authentication-form__input { + font-size: x-large; + } + + .authentication-form__button { + font-size: x-large; } .upload-form__selector {