Normalize code font size
This commit is contained in:
parent
885b0573d3
commit
88996f547a
|
@ -72,7 +72,7 @@
|
||||||
|
|
||||||
.MarkdownBody table.-shortcuts {
|
.MarkdownBody table.-shortcuts {
|
||||||
td:first-child > code {
|
td:first-child > code {
|
||||||
font-size: 1em;
|
font-size: 1rem;
|
||||||
padding: 5px 6px;
|
padding: 5px 6px;
|
||||||
padding-left: 8px; // compensation
|
padding-left: 8px; // compensation
|
||||||
background: $gray-bg;
|
background: $gray-bg;
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
$gut-small: 16px; // max 480px width
|
$gut-small: 16px; // max 480px width
|
||||||
$gut: 16px;
|
$gut: 16px;
|
||||||
$column: 400px;
|
$column: 400px;
|
||||||
$code-size: 1em;
|
$code-size: 0.92em;
|
||||||
$area-width: $column * 3 + 32px;
|
$area-width: $column * 3 + 32px;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue