Skip to content

Commit f8b8f71

Browse files
committed
style: slightly decrease bottom padding for section name
Signed-off-by: Matt Gleich <git@mattglei.ch>
1 parent f6bb514 commit f8b8f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/index/section.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
border-top: 0;
8383
border-left: 0;
8484
padding: 2px 15px;
85-
padding-bottom: 4px;
85+
padding-bottom: 3px;
8686
border-bottom-right-radius: var(--border-radius);
8787
box-shadow: inset 0px 0px 6px var(--box-shadow-color);
8888
}

0 commit comments

Comments
 (0)