Commit c7170a9c authored by Thomas Boni's avatar Thomas Boni
Browse files

decrease size of code blocks

parent d6489e63
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -243,3 +243,7 @@ button.md-button-center {
button.md-button-center:hover {
    cursor: pointer;
}

.md-typeset code {
    font-size: .75em;
}