Skip to content

Commit

Permalink
padding for features
Browse files Browse the repository at this point in the history
  • Loading branch information
samalsubrat committed Feb 24, 2024
1 parent 628b444 commit 37c785b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/Features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Image from "next/image"

const Features = () => {
return (
<div className="flex bg-transparent px-32 items-start justify-center gap-32 w-full flex-wrap my-20">
<div className="flex bg-transparent px-32 items-start justify-center gap-32 w-full flex-wrap my-20 max-sm:gap-16 max-sm:px-24">
<div className="flex flex-col justify-center items-center text-center">
<Image
src="/wire.svg"
Expand Down

0 comments on commit 37c785b

Please sign in to comment.