fix: bottom of skill badges were cut off; fixed by adding more vertical padding

This commit is contained in:
2026-03-26 11:56:05 -04:00
parent ff51a7bfbf
commit f5bd90c5c4

View File

@@ -43,7 +43,7 @@
<!-- svelte-ignore a11y_no_static_element_interactions --> <!-- svelte-ignore a11y_no_static_element_interactions -->
<div <div
class={cn( class={cn(
'group relative flex overflow-hidden', 'group relative flex overflow-hidden py-1',
direction === 'left' ? 'flex-row' : 'flex-col', direction === 'left' ? 'flex-row' : 'flex-col',
className className
)} )}