adjust font size for the people

This commit is contained in:
thecozies 2024-01-07 15:51:27 -06:00
parent 43340b9422
commit 34b325b8ae
3 changed files with 7 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -45,11 +45,12 @@
flex: 1; flex: 1;
align-items: flex-start; align-items: flex-start;
justify-content: space-between; justify-content: space-between;
margin: space(8) 0 space(16);
} }
.config-option__title { .config-option__title {
@extend %label-md; @extend %label-md;
padding: 12dp 12dp 0; padding: 0 12dp;
} }
.config-option__list { .config-option__list {

View File

@ -32,19 +32,19 @@
} }
%label-md { %label-md {
font-size: 20dp; font-size: 24dp;
font-style: normal; font-style: normal;
font-weight: 700; font-weight: 700;
letter-spacing: 2.2dp; letter-spacing: 2.2dp;
line-height: 20dp; line-height: 24dp;
} }
%label-sm { %label-sm {
font-size: 12dp; font-size: 16dp;
font-style: normal; font-style: normal;
font-weight: 700; font-weight: 700;
letter-spacing: 1.32dp; letter-spacing: 1.32dp;
line-height: 12dp; line-height: 16dp;
text-transform: uppercase; text-transform: uppercase;
} }