From e842f9f11eb816206960ead7933da3df3623b7cc Mon Sep 17 00:00:00 2001
From: John O'Nolan <john@onolan.org>
Date: Fri, 6 Dec 2019 16:37:02 +0700
Subject: [PATCH] Refine

---
 assets/css/ghost/members.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/assets/css/ghost/members.css b/assets/css/ghost/members.css
index 28e8846f..ff16c351 100644
--- a/assets/css/ghost/members.css
+++ b/assets/css/ghost/members.css
@@ -14,7 +14,7 @@
 }
 
 .gh-auth-form p {
-    margin: 0 0 20px 0;
+    margin: 10px 0 4vmin 0;
     font-size: 1.7rem;
     color: rgba(0,0,0,0.6)
 }
@@ -40,6 +40,7 @@
 @media (max-width: 600px) {
     .gh-auth-box {
         flex-direction: column;
+        max-width: 400px;
     }
     .gh-auth-box .gh-button {
         width: 100%;