From 07aa8887312d29605f059657efb367575459a0d1 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sun, 27 Oct 2024 00:31:22 +0200 Subject: [PATCH] feat: add a link to report an issue --- src/App.vue | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index d7ef24f..eecbcef 100644 --- a/src/App.vue +++ b/src/App.vue @@ -12,7 +12,18 @@ import { RouterLink, RouterView } from 'vue-router' - +
+ +
+ + @@ -32,4 +43,13 @@ nav { img.logo { max-width: 40px; } + +main { + flex: 1; +} + +footer { + text-align: right; + font-size: 0.8rem; +}