my blog https://overreacted.io
53
fork

Configure Feed

Select the types of activity you want to include in your feed.

css

+9 -4
+9 -4
app/[slug]/page.js
··· 53 53 year: "numeric", 54 54 })} 55 55 </p> 56 - <div className="markdown mt-10"> 57 - <div className="mb-8 relative md:-left-6"> 56 + <div className="markdown"> 57 + <div className="mb-8 relative md:-left-6 flex flex-wrap items-baseline"> 58 58 <a 59 59 href="https://ko-fi.com/gaearon" 60 60 target="_blank" 61 - className="tip tip-sm mr-4" 61 + className="mt-10 tip tip-sm mr-4" 62 62 > 63 63 <span className="tip-bg" /> 64 64 Pay what you like 65 65 </a> 66 66 {data.youtube && ( 67 - <a href={data.youtube} target="_blank"> 67 + <a 68 + className="leading-snug mt-4" 69 + href={data.youtube} 70 + target="_blank" 71 + > 68 72 <span className="hidden min-[400px]:inline">Watch on </span> 69 73 YouTube 70 74 </a> 71 75 )} 72 76 </div> 77 + 73 78 <Wrapper> 74 79 <MDXRemote 75 80 source={content}