From efa30b1c2c244c477a6c7ca70e4d93bd8efc2008 Mon Sep 17 00:00:00 2001 From: aashu2006 Date: Mon, 13 Apr 2026 23:03:14 +0530 Subject: [PATCH] fix: add top spacing to p5.js logo in side navigation (2.0) --- src/components/Nav/styles.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Nav/styles.module.scss b/src/components/Nav/styles.module.scss index 9171252f57..87bc9b6122 100644 --- a/src/components/Nav/styles.module.scss +++ b/src/components/Nav/styles.module.scss @@ -68,6 +68,7 @@ display: flex; gap: var(--spacing-xs); padding: 0; + margin-top: 20px; margin-bottom: 10px; a { height: unset;