From a68a906cbef2818d90a74f08c443eb2741884156 Mon Sep 17 00:00:00 2001 From: freakoverse Date: Wed, 14 Aug 2024 09:08:30 +0000 Subject: [PATCH] fixed spacing issue --- src/styles/innerPage.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/innerPage.css b/src/styles/innerPage.css index 87cd855..7bc1b4c 100644 --- a/src/styles/innerPage.css +++ b/src/styles/innerPage.css @@ -136,5 +136,6 @@ grid-gap: 0px; position: sticky; top: 15px; + grid-gap: 25px; }