Change resize by CSS
This commit is contained in:
User
2024-12-28 16:32:41 -05:00
parent 58f85bfc22
commit 6e8d2023b7
5 changed files with 26 additions and 49 deletions

View File

@@ -60,7 +60,6 @@ export default function Index({ comics, offset, auth }) {
</Head>
<div className="p-3 pt-1 grid 2xl:grid-cols-6 xl:grid-cols-4 sm:grid-cols-2 gap-2">
<ComicCards { ...comics } />
<button onClick={() => {throw new Error("This is your first error!");}}>Break the world</button>;
</div>
<Pagination className="justify-end pb-2">
<PaginationContent>