adjust font size
This commit is contained in:
parent
541650b9b2
commit
b62cc14d60
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
flex-grow: 1;
|
||||
padding: 0;
|
||||
font-size: 16px;
|
||||
font-size: clamp(16px, 1.5vw, 36px);
|
||||
font-size: clamp(16px, 8px + 1.5vw, 24px);
|
||||
line-height: 1.5;
|
||||
--ratio: 1.333;
|
||||
--s-5: calc(var(--s-4) / var(--ratio));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue