Add Link Style

This commit is contained in:
2026-05-14 12:36:57 +02:00
parent 61e4f3d1f2
commit 08c3de5cb2
+9 -2
View File
@@ -6,7 +6,7 @@
ERROR 404: Page Not Found
</span>
</header>
<RouterLink to="/">Back to Search</RouterLink>
<RouterLink to="/" id="link">Back to Search</RouterLink>
</div>
</template>
@@ -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;
}
</style>