Skip to content
This repository was archived by the owner on Jul 20, 2025. It is now read-only.

Commit 0eefbae

Browse files
authored
Fix padding (#134)
1 parent aa8395b commit 0eefbae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/List/List.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727

2828
&-adaptive {
29-
@apply flex-1 border-0 items-center justify-between py-4 md:flex-col md:items-start md:justify-center md:px-6 md:py-0 md:flex-1 md:h-auto;
29+
@apply flex-1 border-0 items-center justify-between py-4 md:flex-col md:items-start md:justify-center md:px-6 md:py-4 md:flex-1 md:h-auto;
3030
}
3131
}
3232

0 commit comments

Comments
 (0)