Skip to content

Commit eec200b

Browse files
committed
try updating the markup
1 parent 139e93e commit eec200b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lib/personal.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule Personal do
55
def post(assigns) do
66
~H"""
77
<.layout>
8-
<article class="prose">
8+
<article class="prose lg:prose-xl">
99
<h1><%= @post.title %></h1>
1010
<h2><%= @post.description %></h2>
1111
<h2><a href={@post.related_listening}>Related Listening</a></h2>

output/assets/app.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/posts/2024/08-27-hello-world.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h1>andy@andyleclair.dev$><span class="blink">_</span></h1>
1313
</header>
1414
<main class="h-96 flex-1 p-4">
1515

16-
<article class="prose">
16+
<article class="prose lg:prose-xl">
1717
<h1>Hello world!</h1>
1818
<h2>The Start of Something</h2>
1919
<h2><a href="&lt;https://www.youtube.com/watch?v=wVrSXeRXSWE&gt;">Related Listening</a></h2>

output/posts/2024/08-28-readme.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h1>andy@andyleclair.dev$><span class="blink">_</span></h1>
1313
</header>
1414
<main class="h-96 flex-1 p-4">
1515

16-
<article class="prose">
16+
<article class="prose lg:prose-xl">
1717
<h1>README</h1>
1818
<h2>About this site</h2>
1919
<h2><a href="&lt;https://www.youtube.com/watch?v=9q4mVEcedSo&gt;">Related Listening</a></h2>

0 commit comments

Comments
 (0)