From ecb9ec874cefcddea1f218d375e7b8cd7b318c43 Mon Sep 17 00:00:00 2001 From: StarFleetCPTN Date: Sat, 12 Apr 2025 13:55:32 -0700 Subject: [PATCH] style: Add hero logo styling to custom CSS - Introduced new styles for the hero logo, including width, height, and margin adjustments. --- docs/src/css/custom.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/src/css/custom.css b/docs/src/css/custom.css index 304cdd6..2ba4a8b 100644 --- a/docs/src/css/custom.css +++ b/docs/src/css/custom.css @@ -69,6 +69,13 @@ margin-right: 0.5rem; } +/* Hero logo styling */ +.hero__logo { + width: 120px; + height: auto; + margin-bottom: 1.5rem; +} + /* Card styling for feature sections */ .card { border-radius: 8px;