1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-28 00:27:58 +02:00

code fixes

This commit is contained in:
Matthias Kretschmann 2018-11-01 21:29:35 +01:00
parent 3f3d2f8e13
commit 948c3a4823
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -6,7 +6,7 @@ kbd,
pre,
samp {
font-family: $font-family-monospace;
font-size: $font-size-small;
font-size: $font-size-mini;
}
code,
@ -72,10 +72,6 @@ pre {
overflow-wrap: normal;
word-wrap: normal;
word-break: normal;
> span {
padding-right: $spacer;
}
}
}