From 3b0d0ec98226f5e5ce58d43307858db883d9b436 Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 13 Dec 2020 17:20:42 +0100 Subject: [PATCH] Fixed email input bug --- src/main/resources/static/styles/start.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/main/resources/static/styles/start.css b/src/main/resources/static/styles/start.css index 2584a79..a550712 100644 --- a/src/main/resources/static/styles/start.css +++ b/src/main/resources/static/styles/start.css @@ -20,7 +20,7 @@ input.email_input { border-bottom: 2px solid greenyellow; color: #FFF; font-size: xx-large; - width: 100%; + width: fit-content; } input.password_input { @@ -50,10 +50,4 @@ label { border-radius: 12px; box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.25); text-shadow: 0 -2px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.2); -} - -@media only screen and (max-device-width: 1024px) { - input.email_input { - font-size: large; - } } \ No newline at end of file