mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 14:38:47 +00:00
Increase breakpoint for 5 columns
This commit is contained in:
parent
379d2e59f1
commit
cd95c93e68
2 changed files with 5 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 2xl:basis-1/5",
|
||||
layout?.style === "row" ? "basis-full" : "basis-full md:basis-1/2 lg:basis-1/3 xl:basis-1/4 3xl:basis-1/5",
|
||||
"flex-1 p-1"
|
||||
)}
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue