fix: add margin to code blocks for improved layout

This commit is contained in:
草师傅 2025-06-08 22:39:34 +08:00
parent 2f415f9c8f
commit eedd70c95f

View file

@ -223,6 +223,7 @@ div.content {
pre {
padding: 1rem;
margin: 1rem auto;
}
/* Highlighted Code Blocks */
pre.astro-code,