1
0
mirror of synced 2024-11-13 18:30:49 +01:00

remove fixed font size in <code> and <pre>

As mentioned in #28, font size for <code> and <pre> shouldn’t be fixed to avoid issues when deploying them inside other elements that have a different size.
This commit is contained in:
Pablo Rodríguez 2017-11-02 17:28:26 +01:00 committed by GitHub
parent 93665df22f
commit 68c9175791
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,6 @@ blockquote {
code, pre {
font-family:Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, Consolas, Liberation Mono, DejaVu Sans Mono, Courier New, monospace;
color:#333;
font-size:12px;
}
pre {