From 956a3c240cbec1bb9b3a1d255246e0c90bca792a Mon Sep 17 00:00:00 2001 From: Nick Colley Date: Wed, 1 Feb 2023 11:42:06 +0000 Subject: [PATCH] Adjust spacing in profile --- src/routes/_components/profile/AccountProfile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/_components/profile/AccountProfile.html b/src/routes/_components/profile/AccountProfile.html index 9cfc06e8..5a13a2d8 100644 --- a/src/routes/_components/profile/AccountProfile.html +++ b/src/routes/_components/profile/AccountProfile.html @@ -44,7 +44,7 @@ "meta meta meta meta meta" "details details details details details"; grid-template-columns: min-content auto 1fr 1fr min-content; - grid-column-gap: 10px; + grid-column-gap: 15px; grid-row-gap: 5px; padding: 20px; justify-content: center;