From a2de408747c116bd6ddbfb55a22c4e701ea302d8 Mon Sep 17 00:00:00 2001 From: ajdj100 Date: Tue, 10 Oct 2023 01:00:44 -0400 Subject: [PATCH] tried to fix an issue with the active button being changed without updating the router --- 17th Website/src/components/navigation/navitem.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/17th Website/src/components/navigation/navitem.vue b/17th Website/src/components/navigation/navitem.vue index 374e3fa..a2bdd75 100644 --- a/17th Website/src/components/navigation/navitem.vue +++ b/17th Website/src/components/navigation/navitem.vue @@ -52,7 +52,7 @@ export default { display: flex; align-items: center; justify-content: center; - margin: 10px; + /* margin: 10px; */ padding: 10px; transition: color 0.2s ease-in-out; } @@ -65,4 +65,8 @@ export default { border: 2px solid var(--accent-primary); border-radius: 10px; } + +div { + padding: 10px; +} \ No newline at end of file