Ship the final German and English copy, compose every route from shared page primitives, and cover claims, parity and contact briefing in tests. Co-authored-by: Cursor <cursoragent@cursor.com>
24 lines
345 B
SCSS
24 lines
345 B
SCSS
@use '../../../shared/page-shell';
|
|
|
|
.offerings {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
gap: var(--space-4);
|
|
}
|
|
|
|
.offerings li {
|
|
padding: var(--space-5);
|
|
border-radius: var(--radius-md);
|
|
}
|
|
|
|
.offerings h3 {
|
|
margin: 0 0 var(--space-2);
|
|
font-size: var(--text-lg);
|
|
}
|
|
|
|
.offerings p {
|
|
margin: 0;
|
|
color: var(--color-text-muted);
|
|
}
|