Skip to content

Commit

Permalink
alignment fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DogukanUrker committed Jan 10, 2024
1 parent 5a0e258 commit 1ab7a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/tailwindUI/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
/>
</div>
</a>
<a href="/createpost" class="w-7 h-7">
<a href="/createpost" class="w-7 h-7 text-center">
<button class="text-xl hover:text-rose-500 duration-150">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M12 9v6m3-3H9m12 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" />
Expand Down

0 comments on commit 1ab7a1a

Please sign in to comment.