From d5b8736fc9a11837a2e7de000710aeae019ea850 Mon Sep 17 00:00:00 2001 From: Laurent <58115082+naaturel@users.noreply.github.com> Date: Sat, 1 Mar 2025 12:32:23 +0100 Subject: [PATCH] Here are style rules once again --- src/layouts/LayoutDefault.vue | 6 ++++-- src/views/HomeView.vue | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/layouts/LayoutDefault.vue b/src/layouts/LayoutDefault.vue index 03d483a..bb8113c 100644 --- a/src/layouts/LayoutDefault.vue +++ b/src/layouts/LayoutDefault.vue @@ -59,6 +59,8 @@ nav p { ::v-deep(nav .button) { font-size: calc(var(--font-size) * 0.8); + background-color: var(--header-color); + border: solid 2px ; height: fit-content; } @@ -75,9 +77,9 @@ nav p { @media screen and (max-width: 950px) { ::v-deep(nav .button) { - width: 5vw; + width: 7vw; - min-width: 10vw; + min-width: 60px; min-height: 3vh; } } diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index f79dc66..4fa1135 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -19,7 +19,7 @@ import NavLink from "@/components/NavLink.vue";