From 2a644581d6ab19fb2d23a29eb929e6c9d4fdc96d Mon Sep 17 00:00:00 2001 From: Daniel Svitan Date: Thu, 23 Oct 2025 16:01:33 +0200 Subject: [PATCH] :lipstick: Fixes navbar link size --- app/layouts/default.vue | 25 +++++++++++++------------ app/layouts/empty.vue | 5 +++++ app/pages/index.vue | 4 +--- app/pages/kto-sme.vue | 3 +++ 4 files changed, 22 insertions(+), 15 deletions(-) create mode 100644 app/layouts/empty.vue create mode 100644 app/pages/kto-sme.vue diff --git a/app/layouts/default.vue b/app/layouts/default.vue index d614350..703c3b5 100644 --- a/app/layouts/default.vue +++ b/app/layouts/default.vue @@ -1,7 +1,11 @@ @@ -33,36 +39,31 @@ const items = computed(() => [ label: "Kto sme", to: "/kto-sme", active: route.path.startsWith("/about"), + class: "text-lg", }, { label: "Akcie", to: "/akcie", active: route.path.startsWith("/akcie"), + class: "text-lg", }, { label: "Pridaj sa", to: "/pridaj-sa", active: route.path.startsWith("/pridaj-sa"), - }, - { - label: "Blog", - to: "/blog", - active: route.path.startsWith("/blog"), - }, - { - label: "Fotky", - to: "/fotky", - active: route.path.startsWith("/fotky"), + class: "text-lg", }, { label: "Kontakt", to: "/kontakt", active: route.path.startsWith("/kontakt"), + class: "text-lg", }, { label: "Food Not Bombs vo svete", to: "https://foodnotbombs.net/new_site/", target: "_blank", + class: "text-lg", }, ]); diff --git a/app/layouts/empty.vue b/app/layouts/empty.vue new file mode 100644 index 0000000..cdf882e --- /dev/null +++ b/app/layouts/empty.vue @@ -0,0 +1,5 @@ + diff --git a/app/pages/index.vue b/app/pages/index.vue index 4a02232..c99bef5 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -1,5 +1,3 @@ diff --git a/app/pages/kto-sme.vue b/app/pages/kto-sme.vue new file mode 100644 index 0000000..09cd6ff --- /dev/null +++ b/app/pages/kto-sme.vue @@ -0,0 +1,3 @@ +