mirror of
https://github.com/kremalicious/blog.git
synced 2024-12-22 01:03:37 +01:00
code fixes
This commit is contained in:
parent
03fcae3c70
commit
9083830e06
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user