Skip to content

Commit

Permalink
Clean
Browse files Browse the repository at this point in the history
  • Loading branch information
prokawsar committed Jul 14, 2024
1 parent 2003465 commit 4d26c17
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,7 @@
<!-- Button and result section -->
<div class="flex flex-col justify-center max-w-3xl w-full gap-4">
<!-- button section -->
<div
class:justify-between={paperCount.length}
class="flex flex-row justify-center w-full mt-3"
>
<div class="flex flex-row justify-between w-full mt-3">
<Button
classNames="text-sm"
on:click={addPaper}
Expand Down

0 comments on commit 4d26c17

Please sign in to comment.