调整界面字体比例。

This commit is contained in:
徐涛 2024-12-25 15:52:49 +08:00
parent c67f728008
commit 5dc879974f
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
@layer pages { @layer pages {
.navigation { .navigation {
max-width: 20rem; max-width: calc(var(--spacing) * 100);
flex: 1 1; flex: 1 1;
display: flex; display: flex;
flex-direction: column; flex-direction: column;

View File

@ -3,7 +3,6 @@
@layer base { @layer base {
:root { :root {
font-family: system-ui, Avenir, Helvetica, Arial, sans-serif; font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
font-size: 62.5%;
line-height: 1.5em; line-height: 1.5em;
font-weight: 400; font-weight: 400;