From f31d8a7c21d1a7ec854f1eff5cf9ec284d883e7f Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Fri, 30 Sep 2022 01:45:30 +0000 Subject: [PATCH] Reduce field margins on mobile. --- undercover/static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/undercover/static/styles.css b/undercover/static/styles.css index d9602a5..90a2ea5 100644 --- a/undercover/static/styles.css +++ b/undercover/static/styles.css @@ -268,7 +268,7 @@ textarea { flex-grow: 1; } .field { - margin-bottom: 2em; + margin-bottom: 1em; } textarea { width: 80vw;