fix: spaing with resume elements
Fix spacing in the case that a resume entry uses paragraph style information instead of a bulleted list.
This commit is contained in:
16
lib.typ
16
lib.typ
@@ -242,8 +242,8 @@
|
|||||||
show heading.where(level: 1): it => [
|
show heading.where(level: 1): it => [
|
||||||
|
|
||||||
#set block(
|
#set block(
|
||||||
above: 1em,
|
above: 0.5em,
|
||||||
below: 1em,
|
below: 0.5em,
|
||||||
)
|
)
|
||||||
#set text(
|
#set text(
|
||||||
size: 16pt,
|
size: 16pt,
|
||||||
@@ -263,6 +263,10 @@
|
|||||||
]
|
]
|
||||||
|
|
||||||
show heading.where(level: 2): it => {
|
show heading.where(level: 2): it => {
|
||||||
|
set block(
|
||||||
|
above: 0.5em,
|
||||||
|
below: 0.5em,
|
||||||
|
)
|
||||||
set text(
|
set text(
|
||||||
color-darkgray,
|
color-darkgray,
|
||||||
size: 12pt,
|
size: 12pt,
|
||||||
@@ -417,7 +421,13 @@
|
|||||||
weight: "light",
|
weight: "light",
|
||||||
fill: color-darknight,
|
fill: color-darknight,
|
||||||
)
|
)
|
||||||
set par(leading: 0.65em)
|
set block (
|
||||||
|
above: 0.75em,
|
||||||
|
below: 1.25em,
|
||||||
|
)
|
||||||
|
set par(
|
||||||
|
leading: 0.65em,
|
||||||
|
)
|
||||||
body
|
body
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user