Skip to content

Commit 7041463

Browse files
committed
cv: update
1 parent 56407e0 commit 7041463

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

src/cv/common/lib.typ

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
align: (left, right),
1313
)[
1414
#text(weight: "bold", lang)
15-
#box(width: 1fr, repeat[.])
15+
#text(fill: black.lighten(75%), box(width: 1fr, repeat[.]))
1616
][
17-
#box(width: 1fr, repeat[.])
18-
#text(fill: black.lighten(70%))[#level]
19-
#text(fill: black.lighten(70%))[#comment]
17+
#text(fill: black.lighten(75%), box(width: 1fr, repeat[.]))
18+
#text(fill: black.lighten(0%))[#level]
19+
#text(fill: black.lighten(0%))[#comment]
2020
],
2121
)
2222
}
@@ -39,7 +39,8 @@
3939
date
4040
},
4141
grid(
42-
columns: (1fr, 1fr),
42+
columns: (1fr, auto),
43+
column-gutter: 1em,
4344
align: (left, right),
4445
text(weight: "bold", title), text(fill: black.lighten(65%))[#school],
4546
),
@@ -76,9 +77,9 @@
7677
align: (left, right),
7778
)[
7879
#text(weight: "bold", title)
79-
#text(fill: black.lighten(90%), box(width: 1fr, repeat[.]))
80+
#text(fill: black.lighten(75%), box(width: 1fr, repeat[.]))
8081
][
81-
#text(fill: black.lighten(90%), box(width: 1fr, repeat[.]))
82+
#text(fill: black.lighten(75%), box(width: 1fr, repeat[.]))
8283
#text(fill: black.lighten(70%))[#company]
8384
],
8485
)

0 commit comments

Comments
 (0)