Skip to content

Commit

Permalink
Fix minor layout bug
Browse files Browse the repository at this point in the history
  • Loading branch information
JedHazaymeh committed Feb 8, 2024
1 parent 88b5f50 commit 2622383
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/_includes/default.njk
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ layout: base.njk
></import-map-overrides-full>
<div class="drawer">
<input id="drawer" type="checkbox" class="drawer-toggle" />
<div class="drawer-content min-h-100vh">
<div class="drawer-content">
{% include "partials/header.njk" %}
{{ content | safe }}
<div class="min-h-screen">
{{ content | safe }}
</div>
{% include "partials/footer.njk" %}
</div>
{% include "partials/drawer.njk" %}
Expand Down

0 comments on commit 2622383

Please sign in to comment.