2xl layout

This commit is contained in:
inhji 2023-06-28 16:04:58 +02:00
parent f1283ab424
commit ae5f40499e

View file

@ -1,4 +1,4 @@
<section class="mx-auto max-w-xl p-10 bg-theme-background1"> <section class="mx-auto max-w-2xl p-10 bg-theme-background1">
<h1 class="text-3xl font-extrabold leading-10 tracking-tight text-theme-primary"> <h1 class="text-3xl font-extrabold leading-10 tracking-tight text-theme-primary">
<%= @settings.title %> <%= @settings.title %>
</h1> </h1>
@ -7,7 +7,7 @@
</p> </p>
</section> </section>
<section class="mx-auto max-w-xl text-sm my-8"> <section class="mx-auto max-w-2xl text-sm my-8">
<ul class="flex flex-wrap gap-3"> <ul class="flex flex-wrap gap-3">
<li> <li>
<a <a
@ -31,7 +31,7 @@
</section> </section>
<%= if @channel do %> <%= if @channel do %>
<section class="mx-auto max-w-xl mt-8 border-t border-theme-background1"> <section class="mx-auto max-2w-xl 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 %>