fixed css and app width
All checks were successful
Node.js CI / build_image (push) Successful in 44s

This commit is contained in:
ChrQR 2024-05-17 23:52:54 +02:00
parent 2f12ac7d1b
commit 1610c9aba5
2 changed files with 3 additions and 3 deletions

View File

@ -75,7 +75,7 @@
{/key} {/key}
<ThemeSwitch /> <ThemeSwitch />
</nav> </nav>
<div class="container text-center w-3/4 mx-auto"> <div class="mx-auto max-w-xs sm:max-w-md md:max-w-3xl text-center">
<slot /> <slot />
</div> </div>
<footer class="mt-12"> <footer class="mt-12">

View File

@ -4,11 +4,11 @@
<div in:fade> <div in:fade>
<h1 class="text-2xl">Svelte Portfolio Page</h1> <h1 class="text-2xl">Svelte Portfolio Page</h1>
<p> <p class="text-left">
This portfolio is built using <span class="font-normal">Svelte & Svelte kit</span> and This portfolio is built using <span class="font-normal">Svelte & Svelte kit</span> and
<span class="font-normal">Tailwind CSS</span> as a simple static page. <span class="font-normal">Tailwind CSS</span> as a simple static page.
</p> </p>
<p> <p class="text-left">
<a <a
class="underline font-normal hover:text-slate-400" class="underline font-normal hover:text-slate-400"
href="https://gitea.rannes.dev/rannes.dev/my-portfolio">The git repo is available here.</a href="https://gitea.rannes.dev/rannes.dev/my-portfolio">The git repo is available here.</a