Remove space
This commit is contained in:
parent
a9450c45cf
commit
1744645273
|
@ -65,6 +65,14 @@ main {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sourceCode pre {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sourceCode {
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
.highlight {
|
.highlight {
|
||||||
background-color: #111;
|
background-color: #111;
|
||||||
padding: .2em .5em;
|
padding: .2em .5em;
|
||||||
|
|
Loading…
Reference in New Issue