From 08c3de5cb29c243658b143e903047f255d50ff5f Mon Sep 17 00:00:00 2001 From: "johannes.vos" Date: Thu, 14 May 2026 12:36:57 +0200 Subject: [PATCH] Add Link Style --- src/views/NotFound.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/views/NotFound.vue b/src/views/NotFound.vue index 12832e6..b823220 100644 --- a/src/views/NotFound.vue +++ b/src/views/NotFound.vue @@ -6,7 +6,7 @@ ERROR 404: Page Not Found - Back to Search + Back to Search @@ -40,5 +40,12 @@ font-weight: 600; font-size: 2vw; } - +#link { + align-items: center; + display: flex; + justify-content: center; + margin-top: 20px; + padding: 10px 20px; + text-decoration: none; +} \ No newline at end of file