Normalize code font size

This commit is contained in:
Rico Sta. Cruz 2017-09-01 01:03:59 +08:00
parent 885b0573d3
commit 88996f547a
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;
/* /*