From 877e7233b619cd33189fff3d46bae6888f5f4c8c Mon Sep 17 00:00:00 2001 From: jrhender Date: Wed, 14 Feb 2024 08:46:16 +0000 Subject: [PATCH] feat(newRoot.css): add margin-left to .group-elements --- app/newRoot.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/newRoot.css b/app/newRoot.css index c6320a7a..e171269c 100644 --- a/app/newRoot.css +++ b/app/newRoot.css @@ -411,4 +411,5 @@ a:not(:hover, :focus-visible) { flex-direction: row; justify-content: flex-start; gap: 10.9vw; + margin-left: 5.56vw; }