Skip to content

Commit 960a8be

Browse files
committed
Make the What is GraphQL illustration taller on mobiles
1 parent 5a29f2b commit 960a8be

File tree

1 file changed

+7
-1
lines changed
  • src/components/index-page/what-is-graphql

1 file changed

+7
-1
lines changed

src/components/index-page/what-is-graphql/wires.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,13 @@ export function Wires({ className }: { className?: string }) {
516516
)
517517

518518
return (
519-
<div className={clsx(className, "relative isolate", styles.wires)}>
519+
<div
520+
className={clsx(
521+
className,
522+
"relative isolate max-sm:flex max-sm:min-h-[240px] max-sm:items-center",
523+
styles.wires,
524+
)}
525+
>
520526
<svg
521527
id="what-is-graphql--wires"
522528
width="1248"

0 commit comments

Comments
 (0)