fix: add margin to code blocks for improved layout
This commit is contained in:
parent
2f415f9c8f
commit
eedd70c95f
1 changed files with 1 additions and 0 deletions
|
@ -223,6 +223,7 @@ div.content {
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
|
margin: 1rem auto;
|
||||||
}
|
}
|
||||||
/* Highlighted Code Blocks */
|
/* Highlighted Code Blocks */
|
||||||
pre.astro-code,
|
pre.astro-code,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue