Skip to content

Commit f1723cb

Browse files
committed
Fix hero bg width
1 parent e12b854 commit f1723cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/HeroBgGradient.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ export default ({
88
height?: number;
99
}) => (
1010
<svg
11-
width="653"
1211
height={height}
1312
viewBox="0 0 653 444"
1413
fill="none"
1514
xmlns="http://www.w3.org/2000/svg"
16-
className={mergeTW(className)}
15+
className={mergeTW(className, "w-full sm:w-[653px] sm:h-auto")}
1716
>
1817
<g filter="url(#filter0_f_3249_6957)">
1918
<path

0 commit comments

Comments
 (0)