Fix the latest commit

This commit is contained in:
BBaoVanC 2021-10-17 00:13:18 -05:00
parent 00c3cfd0e6
commit 29df0325f0
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A

View File

@ -132,6 +132,7 @@ hr {
/* Code blocks */ /* Code blocks */
.highlight > pre { .highlight > pre {
padding: 12px 8px; padding: 12px 8px;
overflow: auto;
} }
:not(pre) > code { :not(pre) > code {