Skip to content

Commit 2528000

Browse files
committed
fix(components): remove padding from xl and sm display sizes of section content container
1 parent 7be6e6f commit 2528000

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Section/SubSection/content.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const Illustration = ({
2020
)
2121

2222
const Description = ({ children }: ReactChildrenProps) => (
23-
<div className=" pl-4 pr-24">{children}</div>
23+
<div className="md:pl-4 md:pr-24">{children}</div>
2424
)
2525

2626
const Content = {

0 commit comments

Comments
 (0)