feat: responsive card pages
This commit is contained in:
26
src/pages/CreditsPage/CreditsPage.css
Normal file
26
src/pages/CreditsPage/CreditsPage.css
Normal 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);
|
||||
}
|
||||
Reference in New Issue
Block a user