Add vertical margin to `highlight`
…so multiple code blocks are distinctive.
This commit is contained in:
parent
af11f66646
commit
db38498d06
|
@ -699,6 +699,7 @@ pre, code {
|
||||||
}
|
}
|
||||||
|
|
||||||
.highlight {
|
.highlight {
|
||||||
|
margin: 1em 0;
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
Loading…
Reference in New Issue