Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/pages/templates/pages/detail.html
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,7 +6,7 @@

{% include "home/components/navbar.html" %}

<div class="max-w-3xl mx-auto px-6 pb-18">
<div class="max-w-3xl mx-auto px-6 pt-40 pb-18">
<article class="max-w-4xl mx-auto rounded-lg shadow-lg p-8">
<h1 class="text-5xl my-10 font-bold font-td_pinoy text-orange-2">{{page.title }}</h1>
<div class="prose prose-lg max-w-none">
Expand Down