Skip to content

Commit 1b9e26b

Browse files
committed
docs(feature-list): change padding
1 parent a1dd615 commit 1b9e26b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/src/components/feature-list/feature-list.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ type FeatureListProps = {
1111

1212
export const FeatureList = component$((props: FeatureListProps) => {
1313
return (
14-
<ul class="mb-12 mt-[-16px] !px-0">
14+
<ul class="mb-12 mt-6 !px-0">
1515
{props.features && (
1616
<>
1717
{props.features.map((descriptor) => {

0 commit comments

Comments
 (0)