Fix code block size
All checks were successful
Build and deploy site / Build and deploy site (push) Successful in 23s

This commit is contained in:
Marko Korhonen 2024-08-22 23:01:12 +03:00
parent 0e80dbfb84
commit 533822895a
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -8,3 +8,8 @@ pre:has(code) {
table {
margin-bottom: 1rem;
}
// Fix code block size with asciidoctor
.content {
min-height: unset !important;
}