Fix monospace font size

This commit is contained in:
Seth Vargo
2017-03-15 14:17:02 -07:00
parent e943b953c1
commit dca6cdb8e4

View File

@@ -36,7 +36,7 @@ body.layout-intro {
tt,
.alert code {
font-family: $font-family-monospace;
font-size: $sidebar-font-size;
font-size: 90%;
background-color: transparent;
color: inherit;
padding: 0;