feat: responsive card pages

This commit is contained in:
2026-07-24 19:53:57 +02:00
parent e85616eacc
commit e79748aa90
19 changed files with 363 additions and 250 deletions

View File

@ -0,0 +1,26 @@
.credits-page__header {
margin-bottom: var(--space-5);
}
.credits-page__title {
margin: 0;
font-size: var(--font-2xl);
font-weight: var(--font-weight-semibold);
color: var(--text-primary);
}
.credits-page__subtitle {
margin: var(--space-2) 0 0;
font-size: var(--font-sm);
color: var(--text-muted);
}
.credits-page__actions {
display: flex;
justify-content: flex-end;
margin-top: var(--space-2);
}