From 7a252ece3c7cd23a089d87c08e59ac781bd1374f Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Thu, 24 Oct 2019 21:17:21 -0400 Subject: nfsw/static/auth.css: Add styling for smaller screens. --- nfsw/static/auth.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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; + } +} -- cgit v1.2.3