style: Add hero logo styling to custom CSS

- Introduced new styles for the hero logo, including width, height, and margin adjustments.
This commit is contained in:
StarFleetCPTN
2025-04-12 13:55:32 -07:00
parent ee97a7f9be
commit ecb9ec874c
+7
View File
@@ -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;