Skip to content

Commit

Permalink
Fix shape of create event button
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Grun committed Oct 29, 2023
1 parent d654512 commit bf3237e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/routes/events/+page.svelte
Expand Up @@ -82,7 +82,7 @@
{/each}
</div>
<div class="fixed bottom-20 py-3 right-8 mt-auto flex justify-between">
<a class="ml-auto text-white font-bold py-3 px-4 rounded-full" style="background-color:#5C3D95" href="/events/create">
<a class="flex justify-center items-center ml-auto text-white font-bold w-16 h-16 rounded-full" style="background-color:#5C3D95" href="/events/create">
<i class="fa fa-plus text-2xl mx-auto"></i>
</a>
</div>
Expand Down

0 comments on commit bf3237e

Please sign in to comment.