feat(ui): unify card typography across application
This commit is contained in:
@@ -50,6 +50,14 @@ body {
|
||||
.text-fluid-xl {
|
||||
font-size: clamp(1.5rem, 5cqi, 2.25rem);
|
||||
}
|
||||
|
||||
.card-title {
|
||||
@apply text-base font-black text-slate-100 tracking-tight;
|
||||
}
|
||||
|
||||
.card-subtitle {
|
||||
@apply text-[10px] font-bold text-slate-500 uppercase tracking-[0.08em] mt-0.5;
|
||||
}
|
||||
}
|
||||
|
||||
/* Safe Area Insets for Modern Mobile Devices (iOS Notch/Home Bar) */
|
||||
|
||||
Reference in New Issue
Block a user