From 161dd19d36935980e60d19e74edaf8881e422a7c Mon Sep 17 00:00:00 2001 From: Adrian Malacoda Date: Sun, 16 Aug 2020 18:50:59 -0500 Subject: [PATCH] Increas spacing between board elements & increase padding of sub-boards --- static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index beb38a4..0ecc2c8 100644 --- a/static/style.css +++ b/static/style.css @@ -1,9 +1,10 @@ body { font-family: monospace; } ul.boards { margin-left: 0; padding-left: 0; } +.board { margin-bottom: 5px; } .category, .board { list-style-type: none;} .category .name, .board .name { font-weight: bold; } -.board .board { margin-left: 10px; } +.board .board { margin-left: 15px; } #threads { width: 100%; }