From 5de5a257a9036d02da947e9a836da237072d872a Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 2 Jun 2021 10:01:53 +0200 Subject: [PATCH] Remove body margin --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index 80556af..7fd16d7 100644 --- a/style.css +++ b/style.css @@ -126,6 +126,11 @@ a { select { font-size: 1.5em; } + #logbot-help { float: right; } + +body { + margin: 0; +}