1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-22 09:56:51 +01:00

slightly smaller code

This commit is contained in:
Matthias Kretschmann 2014-07-13 01:27:14 +02:00
parent 46173840c2
commit 187bcdd517

View File

@ -14,7 +14,6 @@ samp
code,
kbd
padding: 2px 4px;
font-size: 90%
code
color: $code-color;
@ -33,6 +32,7 @@ pre
padding: (($line-height-computed - 1) / 2)
margin: 0 0 $line-height-computed
line-height: $line-height-base
font-size: $font-size-mini
word-break: break-all
word-wrap: break-word
color: $code-color