From c6b922569f31deab2ab5d5e19872a25897d0917a Mon Sep 17 00:00:00 2001 From: Lynne Date: Fri, 30 Aug 2019 13:34:59 +1000 Subject: [PATCH] minor css tweaks --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index c65370d..8e8909c 100644 --- a/static/style.css +++ b/static/style.css @@ -45,7 +45,7 @@ body { .bot-icon { width: 100px; height: 100px; - background: center/contain url("https://lynnesbian.space/img/bune.png"); + background: center/contain url("https://cloud.lynnesbian.space/s/JZCPTs3DzMLAspC/preview"); } .bot-icon, .bot-text, .bot-actions { display: inline-block; @@ -53,7 +53,7 @@ body { } .bot-text { flex-grow: 1; - margin: 0 10px; + margin-bottom: 10px; } .bot-name { font-size: 1.8em;