style update
This commit is contained in:
parent
a35537d52c
commit
2abe2854f8
1 changed files with 5 additions and 1 deletions
|
@ -135,9 +135,13 @@ main {
|
|||
padding: 20px;
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
body {
|
||||
font-size: 12px;
|
||||
font-size: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue