mirror of
https://github.com/kremalicious/blog.git
synced 2024-12-22 09:13:35 +01:00
code fixes
This commit is contained in:
parent
03fcae3c70
commit
9083830e06
@ -48,14 +48,13 @@ pre {
|
|||||||
max-height: 800px;
|
max-height: 800px;
|
||||||
|
|
||||||
code {
|
code {
|
||||||
padding: $spacer / 2;
|
padding: $spacer $spacer / 2;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
display: block;
|
display: block;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
overflow-wrap: normal;
|
overflow-wrap: normal;
|
||||||
word-wrap: normal;
|
word-wrap: normal;
|
||||||
word-break: normal;
|
word-break: normal;
|
||||||
float: left;
|
|
||||||
|
|
||||||
@media (min-width: $screen-sm) {
|
@media (min-width: $screen-sm) {
|
||||||
padding: $spacer;
|
padding: $spacer;
|
||||||
|
Loading…
Reference in New Issue
Block a user