mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-04-25 15:12:27 +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 {
|
.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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue