From 48005123de46e78b59576f1648688a632e3154f8 Mon Sep 17 00:00:00 2001 From: neri Date: Mon, 20 Dec 2021 01:06:45 +0100 Subject: [PATCH] increase margin-top of buttons --- static/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/index.css b/static/index.css index 1fd2af2..4ebb61c 100644 --- a/static/index.css +++ b/static/index.css @@ -101,6 +101,7 @@ input[type="checkbox"] { font-weight: normal; font-size: 1rem; margin-right: 0.5rem; + margin-top: 1rem; user-select: none; }