Change code block font size and size

This commit is contained in:
Yorick Barbanneau 2019-02-06 00:21:28 +01:00
parent 3a13bf43c1
commit 7b2f7a57b9

View file

@ -706,7 +706,10 @@ pre {
background: #faf9f7;
border: 1px solid #e5e4e1;
box-sizing: border-box;
font-size: .85em
font-size: .80em;
width:110%;
margin-left: -5%
}
pre .lines {