Skip to content

Commit 4182b87

Browse files
authored
Remove dotted bg (#44)
1 parent b5d6597 commit 4182b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/community-stats/SdvCommunityHero.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function SdvCommunityHero() {
1212
`,
1313
}}
1414
>
15-
<div className="dotted-bg flex justify-center">
15+
<div className="flex justify-center">
1616
<div className="container w-full flex flex-col lg:flex-row lg:justify-between lg:gap-8 py-12 md:py-16 lg:py-24 px-4 md:px-5 lg:px-0">
1717
<div className="flex flex-col flex-1 lg:justify-center">
1818
<h1 className="text-center md:text-left heading-700-xl md:leading-xl pb-10 lg:pb-16 md:max-w-[624px]">

0 commit comments

Comments
 (0)