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 2019-11-18 21:47:15 +01:00
parent 03fcae3c70
commit 9083830e06
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -48,14 +48,13 @@ pre {
max-height: 800px;
code {
padding: $spacer / 2;
padding: $spacer $spacer / 2;
white-space: pre;
display: block;
color: inherit;
overflow-wrap: normal;
word-wrap: normal;
word-break: normal;
float: left;
@media (min-width: $screen-sm) {
padding: $spacer;