Add bottom sidebar margin
This commit is contained in:
parent
4b63eed9e4
commit
6f5d5ee378
1 changed files with 2 additions and 1 deletions
|
@ -271,7 +271,7 @@
|
|||
}),
|
||||
align(right, block(fill: luma(250), width: 90%,
|
||||
{
|
||||
v(20pt)
|
||||
v(15pt)
|
||||
set block(inset: (left: 20 * margin, right: 20 * margin))
|
||||
show heading: it => align(right, upper(it))
|
||||
set list(marker: "")
|
||||
|
@ -280,6 +280,7 @@
|
|||
align(right, block(it))
|
||||
}
|
||||
sidebar
|
||||
v(15pt)
|
||||
}))
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue