Skip to content

Commit 331e7ad

Browse files
committed
update
1 parent 3f10b87 commit 331e7ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components.typ

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
}
179179
#if technologies != () {
180180
linebreak()
181-
text(fill: theme.colors.secondary, technologies.join(", "))
181+
text(fill: theme.colors.secondary, technologies.join(", "), size: 8pt)
182182
}
183183
],
184184

@@ -190,15 +190,15 @@
190190
)
191191

192192
if description != none {
193-
v(0.3em)
193+
v(0.1em)
194194
if type(description) == array {
195195
list(..description.map(item => [#item]))
196196
} else {
197197
text(description, fill: theme.colors.text)
198198
}
199199
}
200200

201-
v(0.8em)
201+
v(0.5em)
202202
}
203203

204204
// Skills component with categories

0 commit comments

Comments
 (0)