chore: deps

This commit is contained in:
iCrawl
2022-11-28 03:39:50 +01:00
parent 2127b32d26
commit 2f4bfedca1
15 changed files with 212 additions and 117 deletions

View File

@@ -90,7 +90,7 @@ const pageNext = curCategoryPages![curCategoryIndex + 1];
/>
)
}
<div class="justify-self-end self-end ml-auto">
<div class="ml-auto self-end justify-self-end">
{
pageNext && (
<PageButton
@@ -107,7 +107,7 @@ const pageNext = curCategoryPages![curCategoryIndex + 1];
<div class="h-76 md:h-52"></div>
<footer
class="dark:bg-dark-600 h-76 lg:pl-84 bg-light-600 fixed bottom-0 left-0 right-0 md:h-52 md:pl-4 md:pr-16 xl:pr-76"
class="dark:bg-dark-600 h-76 lg:pl-84 bg-light-600 xl:pr-76 fixed bottom-0 left-0 right-0 md:h-52 md:pl-4 md:pr-16"
>
<div class="mx-auto flex max-w-6xl flex-col place-items-center gap-12 pt-12 lg:place-content-center">
<div class="flex w-full flex-col place-content-between place-items-center gap-12 md:flex-row md:gap-0">