Set width to 100 for hugo's highlight blocks

This commit is contained in:
ItsDrike 2022-05-15 12:10:45 +02:00
parent 1ebb615e52
commit 35d891b9b3
No known key found for this signature in database
GPG key ID: B014E761034AF742

View file

@ -12,7 +12,14 @@ code {
.highlight { .highlight {
margin: 3rem 0 1rem; margin: 3rem 0 1rem;
table {
tr td:last-child {
width: 100%;
}
}
} }
.highlight > div { .highlight > div {
background: $codeblock-background; background: $codeblock-background;
} }