Add some margin under code blocks

This commit is contained in:
3wc 2024-03-30 18:13:27 -03:00
parent 86023ee113
commit fc3e2918c9

View File

@ -351,3 +351,7 @@ div.thumbnail {
} }
} }
} }
.highlight {
margin-bottom: 1rem;
}