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;
|
||||
padding: 0 4px;
|
||||
}
|
||||
pre {
|
||||
margin: 15px -14px;
|
||||
}
|
||||
code,
|
||||
pre {
|
||||
font-size: 16px;
|
||||
|
|
Loading…
Reference in New Issue