Fix font-size on mobile
This commit is contained in:
parent
2419e25e73
commit
d5bf66d071
1 changed files with 2 additions and 0 deletions
|
@ -148,6 +148,8 @@ pre code {
|
||||||
display: block;
|
display: block;
|
||||||
padding: var(--spacing);
|
padding: var(--spacing);
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
-webkit-text-size-adjust: 100%;
|
||||||
|
-moz-text-size-adjust: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue