Skip to content

Commit 4859b6d

Browse files
committed
Use prose for web standards articles
1 parent 232c257 commit 4859b6d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
<%= render view_module(@conn), "_header.html" %>
22

3-
<article>
4-
<div class="text-white bg-gray-900">
5-
<div class="content max-w-4xl mx-auto py-8 text-xl" style="--link-decoration: underline;">
6-
<%= render(view_module(@conn), @article <> ".html", conn: @conn) %>
7-
</div>
8-
</div>
3+
<article class="prose md:prose-xl prose-invert max-w-4xl mx-auto py-16">
4+
<%= render(view_module(@conn), @article <> ".html", conn: @conn) %>
95
</article>

0 commit comments

Comments
 (0)