We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e12b854 commit f1723cbCopy full SHA for f1723cb
1 file changed
components/HeroBgGradient.tsx
@@ -8,12 +8,11 @@ export default ({
8
height?: number;
9
}) => (
10
<svg
11
- width="653"
12
height={height}
13
viewBox="0 0 653 444"
14
fill="none"
15
xmlns="http://www.w3.org/2000/svg"
16
- className={mergeTW(className)}
+ className={mergeTW(className, "w-full sm:w-[653px] sm:h-auto")}
17
>
18
<g filter="url(#filter0_f_3249_6957)">
19
<path
0 commit comments