Replace px font-size with relative units (em and rem)
This commit is contained in:
@@ -12,8 +12,8 @@ div.highlighter-rouge, figure.highlight {
|
||||
.highlight {
|
||||
margin: 0;
|
||||
font-family: $monospace;
|
||||
font-size: 12px;
|
||||
line-height: 1.5;
|
||||
font-size: $type-size-6;
|
||||
line-height: 1.45;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user