Merge pull request #1191 from benphelps/feature/987
Add 5th column for 2xl screens
This commit is contained in:
commit
d7dc328cdc
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
)}
|
||||
>
|
||||
|
|
Loading…
Add table
Reference in a new issue