Fix code snippet font size a little smaller in FF

This commit is contained in:
Bartłomiej T. Listwon 2017-09-18 11:18:21 +02:00
parent a3b6e549e2
commit 91fd8a2865
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ body {
}
body {
margin: 0;
font-size: 1rem;
}
code {
font-family: "Source Code Pro", Consolas, "Ubuntu Mono", Menlo, "DejaVu Sans Mono", monospace, monospace;

View File

@ -5,6 +5,7 @@ html, body {
body {
margin: 0;
font-size: 1rem;
}
code {