Skip to content

Commit

Permalink
gap
Browse files Browse the repository at this point in the history
  • Loading branch information
samalsubrat committed Feb 24, 2024
1 parent bb0a042 commit 6408f85
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 max-sm:gap-16 max-sm:px-20">
<div className="flex bg-transparent px-32 items-start justify-center gap-32 w-full flex-wrap my-20 max-sm:gap-20 max-sm:px-10">
<div className="flex flex-col justify-center items-center text-center">
<Image
src="/wire.svg"
Expand Down

0 comments on commit 6408f85

Please sign in to comment.