support mobile

min-width: 650px;
font-size: 12px;
This commit is contained in:
sinsong 2023-07-04 15:06:55 +08:00
parent cc7d01a87c
commit 955bd59d83
2 changed files with 11 additions and 0 deletions

View file

@ -1,5 +1,6 @@
:root {
font-family: Inter, system-ui, Avenir, Helvetica, sans-serif;
font-size: 14px;
line-height: 1.5;
font-weight: 400;
@ -13,3 +14,9 @@
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 576px) {
:root {
font-size: 12px;
}
}

View file

@ -9,6 +9,10 @@
padding: 0;
}
body {
min-width: 650px;
}
a {
text-decoration: none;
&:hover {