We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7be6e6f commit 2528000Copy full SHA for 2528000
1 file changed
src/components/Section/SubSection/content.tsx
@@ -20,7 +20,7 @@ const Illustration = ({
20
)
21
22
const Description = ({ children }: ReactChildrenProps) => (
23
- <div className=" pl-4 pr-24">{children}</div>
+ <div className="md:pl-4 md:pr-24">{children}</div>
24
25
26
const Content = {
0 commit comments