Add style for the content

This commit is contained in:
2026-05-14 16:06:23 +02:00
parent 6175e3b0be
commit cf7525b32a
+11 -1
View File
@@ -1,11 +1,21 @@
<template> <template>
<span class="error-message"> <div class="not-found">
<span class="error-message">
The page you are looking for does not exist. Please check the URL or return to the search page. The page you are looking for does not exist. Please check the URL or return to the search page.
</span> </span>
<RouterLink to="/" id="link">Back to Search</RouterLink> <RouterLink to="/" id="link">Back to Search</RouterLink>
</div>
</template> </template>
<style scoped> <style scoped>
.not-found {
text-align: center;
padding-top: 80px;
display: flex;
flex-direction: column;
align-items: center;
gap: 12px;
}
.error-message{ .error-message{
margin: 0; margin: 0;
font-weight: 600; font-weight: 600;