mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user