Add some margin under code blocks
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2024-03-30 18:13:27 -03:00
parent 86023ee113
commit fc3e2918c9
1 changed files with 5 additions and 1 deletions

View File

@ -350,4 +350,8 @@ div.thumbnail {
}
}
}
}
}
.highlight {
margin-bottom: 1rem;
}