Skip to content
Snippets Groups Projects
Commit 31d980dd authored by Emmanuel Salomon's avatar Emmanuel Salomon :fist:
Browse files

ui: unify title

parent 62baae66
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
:class="
index !== items.length - 1
? 'text-gray-400'
: 'text-gray-600 font-extralight select-all'
: 'text-gray-500 font-light select-all'
"
>
{{ item.title }}
......
<template>
<div class="flex items-center justify-between py-8">
<h1 class="text-4xl font-extrabold">{{ document.title }}</h1>
<div class="flex items-center justify-between">
<h1
class="text-3xl md:text-4xl 2xl:text-5xl bg-clip-text text-transparent bg-gradient-to-r from-purple-800 to-blue-600 font-extrabold leading-tight py-8"
>
{{ document.title }}
</h1>
<slot />
</div>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment