From 5b5b503a9396bb07e9951d3ea42a367d071e0360 Mon Sep 17 00:00:00 2001 From: Andrej Karpathy Date: Fri, 26 Nov 2021 16:44:21 -0800 Subject: [PATCH] let things breathe a bit more --- static/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/style.css b/static/style.css index e6fbfb9..5e08e0b 100644 --- a/static/style.css +++ b/static/style.css @@ -131,6 +131,9 @@ body { margin-top: 5px; font-size: 14px; } +#cbox input { + margin-bottom: 5px; +} #cbox_fast { font-size: 14px; }