add negative margin to pre to match admonitions

This commit is contained in:
Amolith 2023-05-04 20:29:26 -04:00
parent 4b32981644
commit a234990ecf
Signed by: Amolith
GPG Key ID: 8AE30347CE28D101
1 changed files with 3 additions and 0 deletions

View File

@ -69,6 +69,9 @@ code {
border-radius: 3px;
padding: 0 4px;
}
pre {
margin: 15px -14px;
}
code,
pre {
font-size: 16px;