Skip to content

Commit 1039b67

Browse files
committed
cv: update
1 parent fd783a2 commit 1039b67

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/cv/cv-theme.typ

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,20 @@
4343
}
4444

4545
{
46-
grid(
47-
columns: (1fr, 3fr),
46+
table(
47+
columns: (2fr, 4fr),
4848
align: (left, right),
4949
)[
5050
#text(size: 3em, weight: "bold")[#firstname]\
5151
#text(size: 3em, weight: "bold")[#lastname]\
52-
#text(size: 1.12em)[#subtitle]\
52+
#text(size: 1.2em)[#subtitle]\
5353
][
5454
#{
55-
grid(columns: 3, rows: 2, column-gutter: 1em, row-gutter: .5em, align: left)[
55+
grid(
56+
columns: (1fr, 1fr, 1fr),
57+
row-gutter: 2em,
58+
align: left
59+
)[
5660
#linkItem(
5761
icon: "map-pin",
5862
)[#link("https://www.openstreetmap.org//#map=15/50.59690/4.32280")[Nivelles, Belgium]]

0 commit comments

Comments
 (0)