docs: vertically align code blocks

This commit is contained in:
Bryton Hall 2023-05-26 22:20:10 -04:00
parent cb61efe123
commit 8d10d79cfe

View file

@ -72,9 +72,10 @@ details {
pre {
margin: 0 !important;
padding: 0.2rem !important;
padding-top: 0 !important;
code {
padding-left: 0.2rem !important;
padding: 0.3rem !important;
}
}