From da9a3cd585b462d51381f47efe66a432a13e1790 Mon Sep 17 00:00:00 2001 From: rxdn <29165304+rxdn@users.noreply.github.com> Date: Tue, 5 Jan 2021 23:05:54 +0000 Subject: [PATCH] Add justify-content: space-evenly --- public/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/static/css/style.css b/public/static/css/style.css index 3bd0df1..6e14328 100644 --- a/public/static/css/style.css +++ b/public/static/css/style.css @@ -254,7 +254,7 @@ html > ::-webkit-scrollbar { display: flex; flex-direction: row; flex-wrap: wrap; - justify-content: space-between; + justify-content: space-evenly; } #refresh-container {