From 4871d7a9e151e659c3e9c3b824c3ff739070a04c Mon Sep 17 00:00:00 2001 From: Keaton Sentak Date: Sat, 6 Feb 2021 14:34:34 -0500 Subject: [PATCH] minor styling change --- src/index.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index e52d501..93802c4 100644 --- a/src/index.css +++ b/src/index.css @@ -19,7 +19,7 @@ h1 { .App { height: 75vh; - margin-top: 25vh; + margin-top: 15vh; } form { @@ -85,3 +85,10 @@ form { color: var(--dark) !important; border: 2px solid var(--green); } + +@media (max-width: 768px) { + .submit-message { + width: 125px; + margin-left: 200px; + } +}