From 91e9a8ec13c7ea9b08243d4a2f898a748443ccad Mon Sep 17 00:00:00 2001 From: speatzle Date: Tue, 25 Jun 2024 17:16:06 +0200 Subject: [PATCH] Add Gap to Worker Display --- static/style/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style/style.css b/static/style/style.css index 63cb763..e0fbc7f 100644 --- a/static/style/style.css +++ b/static/style/style.css @@ -29,6 +29,7 @@ body { .workers { flex-flow: row wrap; + gap: 2rem; } .workers>* {