feat(docs-site) added a little line spacing in announcement banner

This commit is contained in:
jayacryl 2025-04-09 21:22:24 -04:00
parent bd1e313197
commit 07f68d1278

View File

@ -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;