Remove side padding on span.math

This commit is contained in:
copernicus-mogley 2020-01-24 13:44:09 +01:00 committed by Daira Hopwood
parent c87ac8a92a
commit d724d9e6e3
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ pre {
}
span.math {
padding: 0.625rem 0.625rem 0;
padding: 0.625rem 0 0;
}
a, a:visited {