Website styling fix

This commit is contained in:
Angelos Chalaris
2017-12-28 10:49:13 +02:00
parent 51f69820e5
commit 549ba914e3
2 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -114,8 +114,10 @@ code, pre, kbd, code *, pre *, kbd *, code[class*="language-"], pre[class*="lang
font-family: 'Inconsolata', Menlo, Consolas, monospace !important;
}
code, kbd { font-size: 1em; }
code {
pre code {
padding: 0; // Should make the first line's left padding the same as all other lines and avoid that annoying little step.
}
code {
transform: scale(1); /* Deals with the issue described in #243 */
}
pre { font-size: 1rem; border: 0.0625rem solid var(--secondary-border-color); border-radius: var(--universal-border-radius);}