summaryrefslogtreecommitdiff
path: root/src/styles/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/main.css')
-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 {