aboutsummaryrefslogtreecommitdiff
path: root/auth/public/style.css
diff options
context:
space:
mode:
authorLars Krönner2020-10-10 18:39:46 +0200
committerGitHub2020-10-10 18:39:46 +0200
commit1f45ede8253421439e07790375b72a31ceef33ed (patch)
treea9285cef4e2dc3451ed609be2a34bbf21580c35e /auth/public/style.css
parent930ecde7e84e723061cba4780459887c329e50a3 (diff)
parent16ebbb932c0b780c11d3e574bc24a515eb095f5f (diff)
Merge branch 'master' into profile
Diffstat (limited to 'auth/public/style.css')
-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);
}