🐞 fix: Adjust styling
This commit is contained in:
@@ -107,12 +107,15 @@
|
||||
flex-direction: column;
|
||||
gap: 0.625rem;
|
||||
margin-bottom: 1rem;
|
||||
|
||||
h1 {
|
||||
margin: 0;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
p { margin: 0; color: var(--muted); }
|
||||
}
|
||||
|
||||
.hero h1 { margin: 0; }
|
||||
|
||||
.hero p { margin: 0; color: var(--muted); }
|
||||
|
||||
.section-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
|
||||
|
||||
Reference in New Issue
Block a user