make font smaller on mobile
This commit is contained in:
parent
57096cb579
commit
f020fbf379
1 changed files with 1 additions and 0 deletions
|
@ -290,6 +290,7 @@ article .highlight pre {
|
|||
@media screen and (orientation:portrait) {
|
||||
article {
|
||||
max-width: 90vw;
|
||||
font-size:16px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue