aboutsummaryrefslogtreecommitdiff
path: root/auth/public
diff options
context:
space:
mode:
authorMarvin Borner2020-10-10 17:52:45 +0200
committerMarvin Borner2020-10-10 17:52:45 +0200
commitf0e24fe07d8eac3e8d893238c13e1b5a9ebecd1c (patch)
treed58b840113ff11eac63a6432f0ad74cb02f6abb2 /auth/public
parent897b4173c5cc190805a96aafe5f9258610332e39 (diff)
CSS
Diffstat (limited to 'auth/public')
-rw-r--r--auth/public/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth/public/style.css b/auth/public/style.css
index 4bbdc55..413ace1 100644
--- a/auth/public/style.css
+++ b/auth/public/style.css
@@ -14,7 +14,7 @@ div {
form {
position: absolute;
- width: 30%;
+ width: 40%;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
@@ -29,7 +29,7 @@ button {
width: 100%;
}
-@media only screen and (max-width: 600px) {
+@media only screen and (max-width: 700px) {
form {
width: calc(100% - 50px);
}