mirror of
https://github.com/logto-io/logto.git
synced 2025-01-27 21:39:16 -05:00
style(ui): fix mobile body font (#2397)
This commit is contained in:
parent
27ce104ec5
commit
61b5329c89
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ body {
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
background: var(--color-bg-body);
|
background: var(--color-bg-body);
|
||||||
font: var(--font-body-1);
|
font: var(--font-body-2);
|
||||||
}
|
}
|
||||||
|
|
||||||
.main {
|
.main {
|
||||||
|
|
Loading…
Add table
Reference in a new issue