code block styling

This commit is contained in:
Artur Paikin 2017-02-06 18:28:12 -05:00
parent 906d9a13b3
commit e04404bcd7

View file

@ -44,9 +44,9 @@ code, pre {
code {
// color: $color-orange;
padding: 3px 5px;
margin: 0 2px;
// margin: 0 2px;
border-radius: $size-radius;
white-space: nowrap;
// white-space: nowrap;
}
em { color: $color-light; }