Styling changes and add multiple popovers

This commit is contained in:
Aj - Thomas
2022-05-06 21:40:21 +02:00
parent a8efa5a431
commit 5a809fd1f4
3 changed files with 37 additions and 39 deletions

View File

@@ -45,7 +45,7 @@ const AppShelf = (props: any) => {
}
return (
<SimpleGrid m="xl" cols={4} spacing="xl">
<SimpleGrid m="xl" cols={5} spacing="xl">
{config.services.map((service, i) => (
<AppShelfItem key={service.name} service={service} />
))}