aboutsummaryrefslogtreecommitdiff
path: root/app/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/styles')
-rw-r--r--app/src/styles/Auth.module.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/app/src/styles/Auth.module.css b/app/src/styles/Auth.module.css
index 841665a..bd8059c 100644
--- a/app/src/styles/Auth.module.css
+++ b/app/src/styles/Auth.module.css
@@ -8,7 +8,7 @@ body {
.container {
font-size: 17px;
position: absolute;
- max-width: 500px;
+ width: 400px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
@@ -27,7 +27,8 @@ h1 {
.authInput {
display: block;
margin: 10px auto;
- width: 300px;
+ width: 100%;
+ box-sizing: border-box;
border-radius: 5px;
padding: 15px;
font-size: 17px;
@@ -62,6 +63,8 @@ button:active {
visibility: visible;
color: #ee6161;
font-weight: 600;
+ word-wrap: break-word;
+ width: 100%;
}
.errorHidden {