render code blocks as inline-block

This commit is contained in:
Jose R. Gonzalez 2020-05-03 23:44:30 -05:00
parent 9e5c5eb8f3
commit 30f99b49bf
2 changed files with 10 additions and 1 deletions

View File

@ -66,4 +66,8 @@ table th {
table th, table td {
padding: 10px 20px;
border: 1px solid #666;
}
}
pre code {
display: inline-block
}

View File

@ -191,6 +191,11 @@ ul {
background-color: #FAFAFA;
}
pre code {
display: inline-block;
}
.wrapper {
max-width: 760px;
margin: 0 auto;