diff --git a/frontend/src/routes/paths/[slug]/+page.server.ts b/frontend/src/routes/paths/[slug]/+page.server.ts index 437826d..a8579ae 100644 --- a/frontend/src/routes/paths/[slug]/+page.server.ts +++ b/frontend/src/routes/paths/[slug]/+page.server.ts @@ -8,7 +8,8 @@ export async function load({ params }) { {id: 1, name: 'Pianello 1', image: '/images/test-1.jpg', duration: 1233}, {id: 2, name: 'Pianello 2', image: '/images/test-1.jpg', duration: 1233}, {id: 3, name: 'Pianello 3', image: '/images/test-1.jpg', duration: 2134}, - {id: 4, name: 'Pianello 4', image: '/images/test-1.jpg', duration: 2134 * 4} + {id: 4, name: 'Pianello 4', image: '/images/test-1.jpg', duration: 2134 * 4}, + {id: 5, name: 'Pianello 5', image: '/images/test-1.jpg', duration: 2134 * 4}, ] } } diff --git a/frontend/src/routes/paths/[slug]/+page.svelte b/frontend/src/routes/paths/[slug]/+page.svelte index b718726..7452570 100644 --- a/frontend/src/routes/paths/[slug]/+page.svelte +++ b/frontend/src/routes/paths/[slug]/+page.svelte @@ -18,8 +18,9 @@ flex-wrap: wrap; justify-content: center; gap: 15px; - margin-top: 80px; - max-height: calc(100% - 17vh); + margin-top: 70px; + padding-top: 10px; + max-height: calc(100% - 20vh); overflow-y: scroll; } \ No newline at end of file