Remove body margin

This commit is contained in:
decentral1se 2021-06-02 10:01:53 +02:00
parent 4956289241
commit 5de5a257a9
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A

View File

@ -126,6 +126,11 @@ a {
select { select {
font-size: 1.5em; font-size: 1.5em;
} }
#logbot-help { #logbot-help {
float: right; float: right;
} }
body {
margin: 0;
}