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