From ae843639714fae641415cc965627311526c068ec Mon Sep 17 00:00:00 2001 From: Parker Holcomb Date: Mon, 5 Apr 2021 13:07:32 -0500 Subject: [PATCH] margin top for prompt container --- site/src/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/app.css b/site/src/app.css index 62c645f..d87891f 100644 --- a/site/src/app.css +++ b/site/src/app.css @@ -72,7 +72,7 @@ td, th { .formContainer { width: 100%; - margin: 1rem; + margin: 1rem 0; } .subscribe-form {