mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-01-23 20:14:33 +00:00
Set width to 100 for hugo's highlight blocks
This commit is contained in:
parent
1ebb615e52
commit
35d891b9b3
|
@ -12,7 +12,14 @@ code {
|
|||
|
||||
.highlight {
|
||||
margin: 3rem 0 1rem;
|
||||
|
||||
table {
|
||||
tr td:last-child {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.highlight > div {
|
||||
background: $codeblock-background;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue