File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,36 +69,28 @@ const formattedAuthorNames = computed(() => {
6969 >
7070 <!-- npmx logo - top right -->
7171 <div
72- class =" absolute top-12 z-10 flex items-center gap-1 text-5xl font-semibold tracking-tight"
73- style =" font-family : ' Geist Sans ' , sans-serif ; right : 6rem "
72+ class =" absolute top-12 z-10 flex items-center gap-1 text-5xl tracking-tight"
73+ style =" right : 6rem "
7474 >
7575 <span :style =" { color: primaryColor }" class =" opacity-80" >./</span >
7676 <span class =" text-white" >npmx</span >
7777 </div >
7878
7979 <div class =" relative z-10 flex flex-col gap-2" >
8080 <!-- Date -->
81- <span
82- v-if =" formattedDate"
83- class =" text-3xl text-[#a3a3a3] font-light"
84- style =" font-family : ' Geist Sans' , sans-serif "
85- >
81+ <span v-if =" formattedDate" class =" text-3xl text-[#a3a3a3] font-light" >
8682 {{ formattedDate }}
8783 </span >
8884
8985 <!-- Blog title -->
90- <h1
91- class =" text-6xl font-semibold tracking-tight leading-snug w-9/10"
92- style =" font-family : ' Geist Sans' , sans-serif ; letter-spacing : -0.03em "
93- >
86+ <h1 class =" text-6xl tracking-tight leading-[1.2] w-9/10" style =" letter-spacing : -0.03em " >
9487 {{ title }}
9588 </h1 >
9689
9790 <!-- Authors -->
9891 <div
9992 v-if =" resolvedAuthors.length"
100- class =" flex items-center gap-4 self-start justify-start flex-nowrap"
101- style =" font-family : ' Geist Sans' , sans-serif "
93+ class =" flex items-center gap-4 self-start justify-start flex-nowrap mt-4"
10294 >
10395 <!-- Stacked avatars -->
10496 <span >
You can’t perform that action at this time.
0 commit comments