Add margins to code tables.

This commit is contained in:
Danila Fedorin 2020-08-15 01:18:01 -07:00
parent b0e501f086
commit 18ee3a1526
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ pre code {
border: $code-border;
display: block;
overflow: auto;
margin-bottom: 1rem;
td {
padding: 0;