From 350445a58c8598af2c75d230ab838035450dd10b Mon Sep 17 00:00:00 2001 From: Tristan Schneider Date: Sat, 10 Feb 2024 23:32:02 +0100 Subject: [PATCH] fix margin of word input area --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 50e1b2a..a90c458 100644 --- a/style.css +++ b/style.css @@ -115,6 +115,7 @@ input, .send_button { .word_input_area { border: 2px solid white; display: inline-flex; + margin: 30px 0px; } table {