Skip to content

Commit

Permalink
Updated catch all layout
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrutland committed Sep 7, 2022
1 parent b1c6596 commit d311ada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/routes/modules/[...catchall]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
export let data
</script>

<div class="">
<div class="h-100 d-flex flex-column">
<div class="p-3 d-flex justify-content-between flex-wrap flex-md-nowrap align-items-center border-bottom">
<h1 class="h2 m-0">{data.module.name}</h1>
<div>
Expand All @@ -25,7 +25,7 @@
</div>
</div>

<div>
<div class="flex-grow-1">
{@html data.html}
</div>
</div>

0 comments on commit d311ada

Please sign in to comment.