mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 18:00:06 +01:00
slightly smaller code
This commit is contained in:
parent
46173840c2
commit
187bcdd517
@ -14,7 +14,6 @@ samp
|
|||||||
code,
|
code,
|
||||||
kbd
|
kbd
|
||||||
padding: 2px 4px;
|
padding: 2px 4px;
|
||||||
font-size: 90%
|
|
||||||
|
|
||||||
code
|
code
|
||||||
color: $code-color;
|
color: $code-color;
|
||||||
@ -33,6 +32,7 @@ pre
|
|||||||
padding: (($line-height-computed - 1) / 2)
|
padding: (($line-height-computed - 1) / 2)
|
||||||
margin: 0 0 $line-height-computed
|
margin: 0 0 $line-height-computed
|
||||||
line-height: $line-height-base
|
line-height: $line-height-base
|
||||||
|
font-size: $font-size-mini
|
||||||
word-break: break-all
|
word-break: break-all
|
||||||
word-wrap: break-word
|
word-wrap: break-word
|
||||||
color: $code-color
|
color: $code-color
|
||||||
|
Loading…
Reference in New Issue
Block a user