Merge pull request 'lib/chiya_web/controllers/page_html/bookmarks.html.heex aktualisiert' (#253) from devel into main

Reviewed-on: #253
This commit is contained in:
inhji 2023-08-02 13:37:36 +02:00
commit fb0302ada9

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>