mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-13 03:50:02 -04:00
Catalog: better mobile support... 2
This commit is contained in:
parent
35f212056f
commit
32a7cc3b7c
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ const lastPage = assetsJson.pages;
|
|||
<Layout title="Catalog">
|
||||
<div class="flex mt-16 w-full fixed inset-0 h-[calc(100%-4rem)] z-0 bg-primary flex-col items-center overflow-auto font-roboto">
|
||||
<div class="w-full flex flex-col gap-4 jusitfy-center items-center text-text-color mt-9">
|
||||
<h1 class="text-5xl font-bold"> Nebula Catalog </h1>
|
||||
<p class="text-xl"> The Nebula Catalog is a place for you to find user-created themes and plugins. </p>
|
||||
<h1 class="text-3xl md:text-5xl font-bold"> Nebula Catalog </h1>
|
||||
<p class="text-l md:text-xl max-md:text-center max-md:p-2"> The Nebula Catalog is a place for you to find user-created themes and plugins. </p>
|
||||
</div>
|
||||
<CatalogCard client:only="svelte" page={page} lang={lang} />
|
||||
<div class="flex flex-row pb-8 gap-4 font-roboto">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue