Skip to content

Commit

Permalink
Update post.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DogukanUrker committed Jan 17, 2024
1 parent f0fdf5a commit 3fa5fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/tailwindUI/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h5 class="m-2">{{date}}</h5>
{% endif %}
<div class="flex flex-col">
{% for comment in comments %}
<div class="flex justify-between w-5/6 gap-8 mx-auto mt-8 mb-4 items-center">
<div class="flex justify-between gap-8 mx-auto mt-8 mb-4 items-center max-w-xl">
<div >
<a href="/user/{{comment[3]}}" class="flex gap-3 items-center"><img
class="w-8 select-none"
Expand Down

0 comments on commit 3fa5fdc

Please sign in to comment.