From 7e9f32990407c986194da81dba7c3bef54b54a41 Mon Sep 17 00:00:00 2001 From: Lynne Date: Fri, 30 Aug 2019 14:02:41 +1000 Subject: [PATCH] minor css tweak to make the home page look nicer --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 14b4a52..2cd9e0c 100644 --- a/static/style.css +++ b/static/style.css @@ -53,7 +53,7 @@ body { } .bot-text { flex-grow: 1; - margin-bottom: 10px; + margin: 0 0 10px 10px; } .bot-name { font-size: 1.8em;