fixed css and app width
All checks were successful
Node.js CI / build_image (push) Successful in 44s
All checks were successful
Node.js CI / build_image (push) Successful in 44s
This commit is contained in:
parent
2f12ac7d1b
commit
1610c9aba5
@ -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">
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user