set fix size for listing width
This commit is contained in:
parent
db73589edd
commit
45934c5fd2
1 changed files with 6 additions and 1 deletions
|
@ -158,7 +158,12 @@
|
||||||
)
|
)
|
||||||
|
|
||||||
// ---------- LISTING ----------
|
// ---------- LISTING ----------
|
||||||
show raw.where(block: true): block.with(radius: 1em, fill: luma(240), inset: 1em)
|
show raw.where(block: true): it => {
|
||||||
|
block(radius: 1em, fill: luma(240), inset: 1em, width: 80%, {
|
||||||
|
set align(left)
|
||||||
|
it
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
// ---------- OUTLINES ----------
|
// ---------- OUTLINES ----------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue