Fix small font size

This commit is contained in:
Eliot Whalan 2016-12-19 15:09:07 +10:00 committed by GitHub
parent 14d4a2c503
commit a7ea8be053
1 changed files with 3 additions and 3 deletions

View File

@ -33,20 +33,20 @@ pre {
font-size : 12px;
font-weight : normal;
letter-spacing : 0.015em;
line-height : 10px;
line-height : 14px;
margin : 5px 5px 5px 5px;
min-height : 250px;
}
.code-row {
display : block;
font-size : 10px;
font-size : 14px;
font-weight : lighter;
}
.codenum-row {
display : block;
font-size : 10px;
font-size : 14;
font-weight : lighter;
}