From fe497ea6a5a46c2b5e4259f455bd2b64179076ee Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Mon, 26 Dec 2022 10:03:26 -0800 Subject: [PATCH] Fix spacing --- components/PartyDetails/index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/components/PartyDetails/index.scss b/components/PartyDetails/index.scss index f4213504..0acdb56b 100644 --- a/components/PartyDetails/index.scss +++ b/components/PartyDetails/index.scss @@ -1,6 +1,7 @@ .DetailsWrapper { display: flex; flex-direction: column; + margin-top: $unit-4x; .PartyDetails { display: none;