17 lines
211 B
CSS
17 lines
211 B
CSS
/* Component – Hero section */
|
||
|
||
.hero {
|
||
padding: var(--gap) 0;
|
||
}
|
||
|
||
.hero h1 {
|
||
font-size: 1.75rem;
|
||
font-weight: 700;
|
||
margin-bottom: 0.5rem;
|
||
}
|
||
|
||
.hero p {
|
||
color: var(--text-muted);
|
||
max-width: 540px;
|
||
}
|