Merge pull request #92 from StarFleetCPTN/development

style: Add hero logo styling to custom CSS
This commit is contained in:
StarFleetCPTN
2025-04-12 15:56:02 -05:00
committed by GitHub
+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;