style(general) Replaced fixed values for font-size and line-height with rem (#15917)

* style(general) Replaced font-size fixed units with rem

* style(general) Replaced font-size fixed units with rem in the tokens

* style(general) Replaced line-height fixed units with rem
This commit is contained in:
raduanastase8x8
2025-04-10 16:06:52 +03:00
committed by GitHub
parent 3f3a074e02
commit 6fa94b0bb4
30 changed files with 152 additions and 152 deletions

View File

@@ -21,18 +21,18 @@
align-items: center;
flex-direction: column;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-size: 0.875rem;
font-weight: 400;
line-height: 19px;
line-height: 1.125rem;
margin: auto;
max-width: 376px;
text-align: center;
}
h4 {
font-size: 24px;
font-size: 1.5rem;
font-weight: 600;
line-height: 32px;
line-height: 2rem;
margin: 24px auto;
}