|
|
@@ -97,7 +97,6 @@
|
|
|
gap: var(--space-6);
|
|
|
}
|
|
|
|
|
|
- /* Section titles */
|
|
|
[data-slot="section-title"] {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
@@ -110,7 +109,6 @@
|
|
|
letter-spacing: -0.03125rem;
|
|
|
margin: 0;
|
|
|
color: var(--color-text-secondary);
|
|
|
- text-transform: uppercase;
|
|
|
|
|
|
@media (max-width: 30rem) {
|
|
|
font-size: var(--font-size-md);
|
|
|
@@ -131,6 +129,13 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ [data-slot="section-content"] {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ gap: var(--space-3);
|
|
|
+ margin-top: var(--space-8);
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
section:not(:last-child) {
|
|
|
@@ -144,7 +149,7 @@
|
|
|
}
|
|
|
|
|
|
/* Title section */
|
|
|
- [data-component="title-section"] {
|
|
|
+ [data-component="header-section"] {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
gap: var(--space-2);
|