Skip to content

Commit

Permalink
fix: mobile responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
macgeargear committed Sep 16, 2024
1 parent b5da29d commit 1aa055d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/document/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@
</script>

<MaxWidthWrapper class="mt-10 space-y-12">
<div class="">
<div class="flex items-center">
<div class="flex flex-col gap-3 items-start">
<div class="flex items-center gap-4">
<button on:click={() => history.back()} class="lg:relative -left-60 top-2">
<Fa icon={faCircleArrowLeft} size="lg" />
</button>
Expand Down

0 comments on commit 1aa055d

Please sign in to comment.