Fix font-size on mobile

This commit is contained in:
C. Lente 2023-05-08 14:20:04 -03:00
parent 2419e25e73
commit d5bf66d071
No known key found for this signature in database
GPG Key ID: E66D381776EFC03A

View File

@ -148,6 +148,8 @@ pre code {
display: block;
padding: var(--spacing);
overflow-x: auto;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
}
table {