This commit is contained in:
2022-04-29 23:53:54 +08:00
parent 695b10820e
commit d96e796bdf
3 changed files with 8 additions and 422 deletions

View File

@ -54,7 +54,7 @@ a {
}
:root {
--font-size-main: 2.5rem;
--font-size-main: 2.25rem;
--font-size-description: 1.045rem;
}
}

View File

@ -54,10 +54,13 @@ header > img {
align-items: center;
}
}
/* @media screen and (max-width: 480px) {
} */
@media screen and (max-width: 480px) {
header {
width: -moz-available;
width: -webkit-fill-available;
width: fill-available;
}
}
@media (prefers-color-scheme: dark) {
header {