improve alignment and font size

This commit is contained in:
LouisLam
2021-08-08 21:42:37 +08:00
parent 44391117ab
commit 6ca7ca4e7e
4 changed files with 19 additions and 15 deletions

View File

@@ -5,6 +5,15 @@
font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;
}
h1 {
font-size: 31px;
height: 38px;
}
h2 {
font-size: 26px;
}
::-webkit-scrollbar {
width: 10px;
}