Skip to content

Commit e115e96

Browse files
luciscursoragent
andcommitted
Increase blog post body font size slightly
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 2fe3643 commit e115e96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/layouts/BlogPostLayout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
const contentClass =
3-
"max-w-3xl mx-auto [&_p]:leading-[150%] [&_p]:text-lg [&_*]:mb-4 [&_a]:text-blue-600 [&>h1]:text-4xl [&>h1]:my-6 [&>h1]:font-bold [&>h2]:text-3xl [&>h2]:my-6 [&>h2]:font-bold [&>h3]:text-2xl [&>h3]:my-6 [&>h3]:font-bold [&>h4]:text-xl [&>h4]:my-6 [&>h4]:font-bold [&>h5]:text-lg [&>h5]:my-6 [&>h5]:font-bold [&>h6]:text-base [&>h6]:my-6 [&>h6]:font-bold [&>pre]:bg-gray-100 [&>pre]:text-gray-800 [&>pre]:p-4 [&>pre]:font-mono [&>pre]:text-sm [&>pre]:border [&>pre]:rounded-md [&>pre]:overflow-x-auto [&>code]:block [&>code]:w-full [&_code:not(pre_code)]:bg-gray-100 [&_code:not(pre_code)]:text-gray-800 [&_code:not(pre_code)]:px-2 [&_code:not(pre_code)]:py-1 [&_code:not(pre_code)]:rounded [&_code:not(pre_code)]:font-mono [&_code:not(pre_code)]:text-sm [&_code:not(pre_code)]:border [&_img]:rounded-2xl [&_img]:w-full [&_img]:my-12 [&>blockquote]:my-6 [&>blockquote]:border-l-2 [&>blockquote]:border-black [&>blockquote]:text-xl [&>blockquote]:italic [&>blockquote]:pl-6 [&>ul]:list-disc [&>ul]:pl-8 [&>ol]:list-decimal [&>ol]:pl-8 [&>strong]:font-bold";
3+
"max-w-3xl mx-auto [&_p]:leading-[160%] [&_p]:text-xl [&_li]:text-xl [&_*]:mb-4 [&_a]:text-blue-600 [&>h1]:text-5xl [&>h1]:my-6 [&>h1]:font-bold [&>h2]:text-4xl [&>h2]:my-6 [&>h2]:font-bold [&>h3]:text-3xl [&>h3]:my-6 [&>h3]:font-bold [&>h4]:text-2xl [&>h4]:my-6 [&>h4]:font-bold [&>h5]:text-xl [&>h5]:my-6 [&>h5]:font-bold [&>h6]:text-lg [&>h6]:my-6 [&>h6]:font-bold [&>pre]:bg-gray-100 [&>pre]:text-gray-800 [&>pre]:p-4 [&>pre]:font-mono [&>pre]:text-base [&>pre]:border [&>pre]:rounded-md [&>pre]:overflow-x-auto [&>code]:block [&>code]:w-full [&_code:not(pre_code)]:bg-gray-100 [&_code:not(pre_code)]:text-gray-800 [&_code:not(pre_code)]:px-2 [&_code:not(pre_code)]:py-1 [&_code:not(pre_code)]:rounded [&_code:not(pre_code)]:font-mono [&_code:not(pre_code)]:text-base [&_code:not(pre_code)]:border [&_img]:rounded-2xl [&_img]:w-full [&_img]:my-12 [&>blockquote]:my-6 [&>blockquote]:border-l-2 [&>blockquote]:border-black [&>blockquote]:text-2xl [&>blockquote]:italic [&>blockquote]:pl-6 [&>ul]:list-disc [&>ul]:pl-8 [&>ol]:list-decimal [&>ol]:pl-8 [&>strong]:font-bold";
44
---
55
66
<div class={contentClass}>

0 commit comments

Comments
 (0)