From 9e3867e40c3d9d1f273a2c0802aee9fc36df1ce9 Mon Sep 17 00:00:00 2001 From: Benjamin Cabanes <3447705+bcabanes@users.noreply.github.com> Date: Wed, 5 Jun 2024 15:49:52 -0400 Subject: [PATCH] fix(nx-dev): update section layout in 'how-can-we-help' component (#26394) The layout for a section in the 'how-can-we-help' component has been adjusted to better suit different screen sizes. The 'col-span-2' class has been moved within a media query ('md') to apply only for medium and larger screens, which will improve the responsiveness on smaller devices. --- nx-dev/ui-contact/src/lib/how-can-we-help.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx-dev/ui-contact/src/lib/how-can-we-help.tsx b/nx-dev/ui-contact/src/lib/how-can-we-help.tsx index 0bd0ca018f..6e23480bd9 100644 --- a/nx-dev/ui-contact/src/lib/how-can-we-help.tsx +++ b/nx-dev/ui-contact/src/lib/how-can-we-help.tsx @@ -64,7 +64,7 @@ export function HowCanWeHelp(): JSX.Element { Reach out to engineers -
+