From 07f68d127876f8c9418f9d28ffa6e0b8f024d631 Mon Sep 17 00:00:00 2001 From: jayacryl <159848059+jayacryl@users.noreply.github.com> Date: Wed, 9 Apr 2025 21:22:24 -0400 Subject: [PATCH] feat(docs-site) added a little line spacing in announcement banner --- docs-website/src/styles/global.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-website/src/styles/global.scss b/docs-website/src/styles/global.scss index 83827176df..cd46758fd7 100644 --- a/docs-website/src/styles/global.scss +++ b/docs-website/src/styles/global.scss @@ -572,7 +572,7 @@ body { padding: auto 1rem; /* Adjust padding */ justify-content: center; /* Center items vertically */ text-align: center; /* Center text */ - gap: 0.1rem; /* Add space BETWEEN flex items */ + gap: 0.2rem; /* Add space BETWEEN flex items */ p { font-size: 0.9rem;