From 9dec7bb1322cbcfd961ce45227eb94c716bad68b Mon Sep 17 00:00:00 2001 From: is2ac2 <162246799+is2ac2@users.noreply.github.com> Date: Mon, 8 Apr 2024 17:52:54 -0400 Subject: [PATCH] Fixed mistake I made --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 1d0c81b..137c95c 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -79,7 +79,7 @@ input[type="checkbox"] { appearance: none; border: 1px solid #cccccc; border-radius: 3px; - width: 150px; + width: 15px; height: 15px; cursor: pointer; vertical-align: middle;