Files
Portfolio/src/app/features/services/service-page-view/service-page-view.scss
Antonio Ledebuhr d954361724 content: replace scaffolding with bilingual pages and case studies
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>
2026-08-25 17:34:04 +02:00

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);
}