summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nfsw/static/auth.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/nfsw/static/auth.css b/nfsw/static/auth.css
index 834a3b7..9ae3d22 100644
--- a/nfsw/static/auth.css
+++ b/nfsw/static/auth.css
@@ -78,3 +78,17 @@ input[type="submit"] {
cursor: pointer;
}
+
+@media (min-width: 100px) and (max-width: 650px) {
+ .auth-grid {
+ grid-template-columns: auto 80vw auto;
+ }
+
+ .form-group {
+ flex-direction: column;
+ }
+
+ .button {
+ width: 75vw;
+ }
+}