Fix code font size

This commit is contained in:
Nishanth Shanmugham
2015-09-05 08:32:52 -05:00
parent 12b2c918ba
commit 3f0693edb7
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ h4, h5, h6 {
code, pre {
font-family: @monospace-font-stack;
font-size: 0.95rem;
font-size: 0.98rem;
background-color: @background-gray;
}