mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 09:56:51 +01:00
fixes
This commit is contained in:
parent
6f2e669873
commit
24eace2ca7
@ -9,6 +9,7 @@ kbd,
|
|||||||
pre,
|
pre,
|
||||||
samp
|
samp
|
||||||
font-family: $font-family-monospace
|
font-family: $font-family-monospace
|
||||||
|
font-size: $font-size-small
|
||||||
|
|
||||||
code,
|
code,
|
||||||
kbd
|
kbd
|
||||||
@ -31,7 +32,6 @@ pre
|
|||||||
display: block;
|
display: block;
|
||||||
padding: (($line-height-computed - 1) / 2)
|
padding: (($line-height-computed - 1) / 2)
|
||||||
margin: 0 0 $line-height-computed
|
margin: 0 0 $line-height-computed
|
||||||
font-size: ($font-size-base - 1)
|
|
||||||
line-height: $line-height-base
|
line-height: $line-height-base
|
||||||
word-break: break-all
|
word-break: break-all
|
||||||
word-wrap: break-word
|
word-wrap: break-word
|
||||||
|
@ -74,6 +74,7 @@
|
|||||||
content: "\e60c"
|
content: "\e60c"
|
||||||
|
|
||||||
.icon-github:before
|
.icon-github:before
|
||||||
|
.icon-github-alt:before
|
||||||
content: "\e60e"
|
content: "\e60e"
|
||||||
|
|
||||||
.icon-star:before,
|
.icon-star:before,
|
||||||
|
Loading…
Reference in New Issue
Block a user