Remove empty space at the bottom of code blocks

This commit is contained in:
Boris-Chengbiao Zhou 2020-10-01 02:06:18 +02:00
parent abb90ce53d
commit bb6b6e0022

View file

@ -298,7 +298,7 @@ a:hover {
}
.hack pre code:after, .hack pre code:before {
content: ''
content: none
}
.hack code {