lib/chiya_web/controllers/page_html/bookmarks.html.heex aktualisiert #253

Merged
inhji merged 2 commits from devel into main 2023-08-02 13:37:36 +02:00

View file

@ -5,8 +5,8 @@
</.header> </.header>
</section> </section>
<section class="mt-6 flex flex-row gap-3 max-w-4xl mx-auto"> <section class="mt-6 grid grid-cols-1 md:grid-cols-3 gap-3 max-w-4xl mx-auto">
<section> <section class="col-span-1 md:col-span-2">
<.note_list notes={@notes} layout={@channel.layout} show_content={false} /> <.note_list notes={@notes} layout={@channel.layout} show_content={false} />
</section> </section>