From 066995702b7706d240ca7076e716bd3bbd0adb77 Mon Sep 17 00:00:00 2001
From: shamoon <4887959+shamoon@users.noreply.github.com>
Date: Wed, 5 Apr 2023 08:53:28 -0700
Subject: [PATCH] Add 5th column for 2xl screens

---
 src/components/services/group.jsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/services/group.jsx b/src/components/services/group.jsx
index 13b745fd..8b7db308 100644
--- a/src/components/services/group.jsx
+++ b/src/components/services/group.jsx
@@ -8,7 +8,7 @@ export default function ServicesGroup({ services, layout }) {
     <div
       key={services.name}
       className={classNames(
-        layout?.style === "row" ? "basis-full" : "basis-full md:basis-1/2 lg:basis-1/3 xl:basis-1/4",
+        layout?.style === "row" ? "basis-full" : "basis-full md:basis-1/2 lg:basis-1/3 xl:basis-1/4 2xl:basis-1/5",
         "flex-1 p-1"
       )}
     >