add negative margin to pre to match admonitions
This commit is contained in:
parent
4b32981644
commit
a234990ecf
|
@ -69,6 +69,9 @@ code {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
padding: 0 4px;
|
padding: 0 4px;
|
||||||
}
|
}
|
||||||
|
pre {
|
||||||
|
margin: 15px -14px;
|
||||||
|
}
|
||||||
code,
|
code,
|
||||||
pre {
|
pre {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
|
Loading…
Reference in New Issue