Merge pull request #445 from Listwon/master

Fix code snippet font size a little smaller in FF
This commit is contained in:
Mathieu David 2017-09-18 14:32:57 +02:00 committed by GitHub
commit 2ae6e6a6e3
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 {