From ce9cd823f01be574ef7036b2f80e61d5c87bfc1c Mon Sep 17 00:00:00 2001 From: Martin Asprusten Date: Fri, 22 May 2026 12:48:36 +0200 Subject: [PATCH] Stop register buttons from landing on top of each other --- client/src/style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/client/src/style.css b/client/src/style.css index 1a33c9f..3d658f0 100644 --- a/client/src/style.css +++ b/client/src/style.css @@ -102,9 +102,7 @@ label { display: flex; flex-direction: row; flex-wrap: wrap; - justify-content: space-between; - margin-left: 20px; - margin-right: 20px; + justify-content: space-around; } .standard-activities-div {