🐞 fix: Adjust spacing

This commit is contained in:
Keith Solomon
2025-05-24 12:24:18 -05:00
parent 89c725a282
commit 2ba6821fae
3 changed files with 11 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<%- include('header'); -%>
<article class="container mx-auto py-4">
<article class="container mx-auto py-4 min-h-[70dvh]">
<h2>Welcome to the <%= title %> EJS Template</h2>
<p>This is a simple example of using EJS for templating.</p>
</article>