@@ -15,11 +15,12 @@ const props = withDefaults(defineProps<Props>(), {
1515<template >
1616 <div
1717 class =" h-full w-full flex flex-col justify-center px-20 bg-[#050505] text-[#fafafa] relative overflow-hidden"
18+ style =" font-family : ' Geist Mono' , sans-serif "
1819 >
1920 <div class =" relative z-10 flex flex-col gap-6" >
2021 <div class =" flex items-start gap-4" >
2122 <div
22- class =" flex items-start justify-center w-16 h-16 rounded-xl bg-gradient-to-tr from-[#3b82f6] shadow-lg"
23+ class =" flex items-start justify-center w-16 h-16 p-3.5 rounded-xl bg-gradient-to-tr from-[#3b82f6] shadow-lg"
2324 :style =" { backgroundColor: props.primaryColor }"
2425 >
2526 <svg
@@ -41,17 +42,19 @@ const props = withDefaults(defineProps<Props>(), {
4142 </svg >
4243 </div >
4344
44- <h1
45- class =" text-8xl font-bold tracking-tighter"
46- style =" font-family : ' Geist Sans' , sans-serif "
47- >
48- <span class =" opacity-80" :style =" { color: props.primaryColor }" >./</span >{{ props.title }}
45+ <h1 class =" text-8xl font-bold" >
46+ <span
47+ class =" opacity-80 tracking-[-0.1em]"
48+ :style =" { color: props.primaryColor }"
49+ style =" margin-left : -1rem ; margin-right : 0.5rem "
50+ >./</span
51+ >{{ props.title }}
4952 </h1 >
5053 </div >
5154
5255 <div
53- class =" flex flex-wrap items-center gap-x-3 text-4xl font-light text-[#a3a3a3]"
54- style =" font-family : ' Geist Sans ' , sans-serif "
56+ class =" flex flex-wrap items-center gap-x-3 text-4xl text-[#a3a3a3]"
57+ style =" font-family : ' Geist' , sans-serif "
5558 >
5659 <template v-for =" (part , index ) in props .description .split (/ (\*\* . *? \*\* )/ ) " :key =" index " >
5760 <span
0 commit comments