improving the start page layout

This commit is contained in:
vabene1111
2024-07-31 18:56:43 +02:00
parent abff1136f9
commit 65b451b465
6 changed files with 96 additions and 89 deletions

View File

@@ -11,13 +11,13 @@ export function homePageCols(breakpoint: string){
return 4
}
case "lg": {
return 5
return 4
}
case "xl": {
return 6
return 5
}
case "xxl": {
return 7
return 6
}
default: {
return 1