fix 2xl layout

This commit is contained in:
inhji 2023-06-28 16:22:34 +02:00
parent 577ac8e4c4
commit 54d6de519a

View file

@ -31,7 +31,7 @@
</section> </section>
<%= if @channel do %> <%= if @channel do %>
<section class="mx-auto max-2w-xl mt-8 border-t border-theme-background1"> <section class="mx-auto max-w-2xl mt-8 border-t border-theme-background1">
<.note_list notes={@channel.notes} layout={@channel.layout} /> <.note_list notes={@channel.notes} layout={@channel.layout} />
</section> </section>
<% end %> <% end %>