summaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
authorErnst Widerberg <ernstwi@kth.se>2021-10-21 13:28:33 +0200
committerErnst Widerberg <ernstwi@kth.se>2021-10-21 13:28:33 +0200
commit4fdefd6752854c0c5fcfe848f8770aa444fd2750 (patch)
treed95399b41d8ed17a5097a1973a4332aa6120a3d7 /src/styles
parentb886b9c40acfc7749f3e957b8e8ca72629c4e3c5 (diff)
Move Login to material-ui
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/main.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/styles/main.css b/src/styles/main.css
index 3d7ecc9..d0c0c18 100644
--- a/src/styles/main.css
+++ b/src/styles/main.css
@@ -106,6 +106,7 @@ body {
/* Login */
#login-container {
+ width: 100%;
display: flex;
justify-content: center;
}
@@ -116,6 +117,7 @@ body {
flex-direction: column;
justify-content: center;
text-align: center;
+ padding: 2em;
}
#login > h1 {