Favicon
Change resize by CSS
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user