style.css: portability.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2020-04-30 13:21:16 +01:00
parent 95240be273
commit 9c0bf830e5
1 changed files with 4 additions and 0 deletions

View File

@ -117,6 +117,10 @@ pre {
span.math {
transform: scale(1, 1.03);
-moz-transform: scale(1, 1.03);
-ms-transform: scale(1, 1.03);
-webkit-transform: scale(1, 1.03);
-o-transform: scale(1, 1.03);
font-size: 0.97rem;
}