From bb17b1a4cdec17af91873fddfbcad6a19f9a549c Mon Sep 17 00:00:00 2001 From: sbilketay Date: Fri, 7 Nov 2025 19:46:44 +0300 Subject: [PATCH] frontend update --- src/lib/components/Navbar.svelte | 3 -- src/routes/+page.svelte | 51 +++++++++++--------------------- 2 files changed, 17 insertions(+), 37 deletions(-) diff --git a/src/lib/components/Navbar.svelte b/src/lib/components/Navbar.svelte index c45f38f..861d76e 100644 --- a/src/lib/components/Navbar.svelte +++ b/src/lib/components/Navbar.svelte @@ -16,9 +16,6 @@ Dashboard - - Mal Yönetimi - Yakıt Fişleri diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 3ed7b92..0ba9e70 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -79,8 +79,11 @@
@@ -163,30 +155,30 @@ box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08); } - .space-y-6 > * + * { - margin-top: 1.5rem; + .logo-container { + display: flex; + justify-content: center; + margin-bottom: 0.25rem; } - .mt-8 { - margin-top: 2rem; + .app-logo { + height: 170px; + width: auto; + object-fit: contain; + } + + .space-y-6 > * + * { + margin-top: 1.5rem; } .mb-8 { margin-bottom: 2rem; } - .mb-2 { - margin-bottom: 0.5rem; - } - .text-center { text-align: center; } - .text-sm { - font-size: 0.875rem; - } - .w-full { width: 100%; } @@ -194,13 +186,4 @@ .opacity-75 { opacity: 0.75; } - - code { - font-family: 'Courier New', monospace; - font-size: 0.85rem; - } - - .space-y-1 > * + * { - margin-top: 0.25rem; - } \ No newline at end of file