From c6373bd841f5f055365f1e6f061db0b36806c661 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1lint=20Berente?= <30603208+berenteb@users.noreply.github.com> Date: Sat, 16 Dec 2023 14:05:43 +0100 Subject: [PATCH] feat: layout improvements --- src/app/layout.tsx | 6 ++---- src/app/page.tsx | 26 +++++++++++++----------- src/components/navbar/desktop-navbar.tsx | 2 +- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5871460..29cd08c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -19,11 +19,9 @@ export default function RootLayout({ children }: { children: React.ReactNode }) return ( -
+
-
- {children} -
+
{children}
diff --git a/src/app/page.tsx b/src/app/page.tsx index e4f821f..9f884c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,20 +9,22 @@ import konfLogo from '../../public/img/konf.svg'; export default function Landing() { return ( <> -
- -
-
- Simonyi Konferencia -

{metadata.description}

-

24. 03. 19.

-
- - +
+
+ +
+
+ Simonyi Konferencia +

{metadata.description}

+

24. 03. 19.

+
+ + +
); } diff --git a/src/components/navbar/desktop-navbar.tsx b/src/components/navbar/desktop-navbar.tsx index c0f759d..d1fbc37 100644 --- a/src/components/navbar/desktop-navbar.tsx +++ b/src/components/navbar/desktop-navbar.tsx @@ -3,7 +3,7 @@ import { UniLogos } from '@/components/uni-logos'; export function DesktopNavbar() { return ( -