updated ui and file creation

This commit is contained in:
2026-03-25 14:09:15 +01:00
parent e53cdfef03
commit fe2489b4ed
5 changed files with 20 additions and 12 deletions

View File

@@ -42,7 +42,7 @@ try {
<body class={`bg-base text-text selection:bg-surface2 selection:text-text ${siteConfig.theme}`}>
<div class="fixed inset-0 z-[-1] bg-[radial-gradient(ellipse_at_top,_var(--tw-gradient-stops))] from-surface0 via-base to-base"></div>
<nav class="max-w-4xl mx-auto px-6 py-8">
<nav class="max-w-6xl mx-auto px-6 py-8">
<header class="glass px-6 py-4 flex items-center justify-between">
<div>
<a href="/" class="text-2xl font-bold bg-clip-text text-transparent bg-gradient-to-r from-mauve to-blue block">
@@ -57,11 +57,11 @@ try {
</header>
</nav>
<main class="max-w-4xl mx-auto px-6 py-8">
<main class="max-w-6xl mx-auto px-6 py-8">
<slot />
</main>
<footer class="max-w-4xl mx-auto px-6 py-12 text-center text-sm text-subtext1 border-t border-white/5 mt-12">
<footer class="max-w-6xl mx-auto px-6 py-12 text-center text-sm text-subtext1 border-t border-white/5 mt-12">
<p class="mb-2">{siteConfig.footer}</p>
<div class="text-subtext0 opacity-50">
&copy; {new Date().getFullYear()} {siteConfig.title}