mirror of
https://github.com/StarFleetCPTN/GoMFT.git
synced 2026-09-08 15:41:20 +02:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user