feat: css paddings on pages

This commit is contained in:
Julien Froidefond
2025-02-28 16:33:20 +01:00
parent 55ae6e4308
commit bdd228d1f2
3 changed files with 3 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ async function SeriesPage({ params, searchParams }: PageProps) {
await getSeriesBooks(params.seriesId, currentPage, unreadOnly);
return (
<div className="container py-8 space-y-8">
<div className="container">
<SeriesHeader series={series} refreshSeries={refreshSeries} />
<PaginatedBookGrid
books={books.content || []}