Skip to content

Commit

Permalink
update y-padding for md layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Sep 10, 2024
1 parent 99b12a8 commit 376b675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/MarkdownLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function createTagLink(tag: string) {


<Layout title={frontmatter.title}>
<div class="flex items-center flex-col grow py-3 px-1">
<div class="flex items-center flex-col grow py-3 lg:py-16 px-1">
<article class="prose lg:prose-lg">
<h1>{frontmatter.title}</h1>
<p class="subtitle">Written by {frontmatter.author}</p>
Expand Down

0 comments on commit 376b675

Please sign in to comment.