From 46853b3b3a2114b3612dee7b51a08187f809a0be Mon Sep 17 00:00:00 2001 From: sachinchaudhary1808 Date: Mon, 28 Oct 2024 01:16:07 +0530 Subject: [PATCH] lil marging update --- styles.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/styles.css b/styles.css index 4778164..b1194d6 100644 --- a/styles.css +++ b/styles.css @@ -56,6 +56,9 @@ body { gap: 0.5rem; margin-bottom: 1.5rem; } +.links { + margin-top: 5px; /* Adjust the value as needed */ +} .prompt-char { color: var(--prompt);