Skip to content

Commit

Permalink
fix: remove space at the bottom of the included code container
Browse files Browse the repository at this point in the history
  • Loading branch information
bdenham committed Oct 22, 2024
1 parent 3f1cf7a commit b91723b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/CodeInclude.astro
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const props = Astro.props;
.code-block {
margin: 0;
border-radius: 3px;
overflow: hidden;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
</style>

0 comments on commit b91723b

Please sign in to comment.