remove the leading indent of code element (#42)

This commit is contained in:
rdhox
2018-07-03 19:04:26 +02:00
committed by Luiz F. A. de Prá
parent d1a82df5dd
commit 57ff857391
2 changed files with 2 additions and 1 deletions

View File

@@ -114,6 +114,7 @@ pre {
}
code {
display: inline-block;
background-color: @darker-fg-color;
color: @bg-color;
padding: 0.4rem 0.8rem 0.4rem 0.8rem;