mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-01-24 04:14:35 +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 {
|
.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…
Reference in a new issue