调整界面字体比例。
This commit is contained in:
parent
c67f728008
commit
5dc879974f
@ -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;
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user