Make thonking block font size scaling
| @@ -387,7 +387,7 @@ input[type='checkbox']:focus-visible { | ||
| 387 | 387 | padding: 7px 14px; |
| 388 | 388 | border-radius: 10px; |
| 389 | 389 | background-color: var(--grey30); |
| 390 | 390 | font-size: calc(var(--mainFontSize) * 0.9rem9); |
| 391 | 391 | } |
| 392 | 392 | |
| 393 | 393 | @supports not selector(:has(*)) { |