mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-30 18:43:17 +00:00
improve syntax
This commit is contained in:
parent
ad0b7db95a
commit
88e3d7c4a5
@ -1,17 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="flex flex-col justify-center items-center min-h-[88vh]">
|
<div class="flex flex-col justify-center items-center min-h-[88vh]">
|
||||||
<h1 class="font-bold">404</h1>
|
<h1 class="font-bold !text-9xl">404</h1>
|
||||||
<h2 v-t="'info.page_not_found'" />
|
<h2 class="!text-2xl" v-t="'info.page_not_found'" />
|
||||||
<a class="btn mt-16" href="/" v-t="'actions.back_to_home'" />
|
<a class="btn mt-16" href="/" v-t="'actions.back_to_home'" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
|
||||||
/* font size can't be handled within windiCSS classes because it's overwritten with !important */
|
|
||||||
h1 {
|
|
||||||
font-size: 8rem !important;
|
|
||||||
}
|
|
||||||
h2 {
|
|
||||||
font-size: 1.7rem !important;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
Loading…
Reference in New Issue
Block a user