Widen main containers
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<%!-- TODO: replace with OSS version --%>
|
<%!-- TODO: replace with OSS version --%>
|
||||||
<nav class="border-b border-slate-900/10 dark:border-slate-300/10" aria-label="Sections">
|
<nav class="border-b border-slate-900/10 dark:border-slate-300/10" aria-label="Sections">
|
||||||
<div class="mx-auto max-w-screen-xl px-4 sm:px-6 lg:px-8">
|
<div class="mx-auto max-w-screen-2xl px-4 sm:px-6 lg:px-8">
|
||||||
<div class="flex h-16 justify-between">
|
<div class="flex h-16 justify-between">
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
<div class="flex space-x-2 md:space-x-4">
|
<div class="flex space-x-2 md:space-x-4">
|
||||||
@@ -139,7 +139,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
<main class="px-4 py-4 max-sm:pb-20 sm:px-6 lg:px-8">
|
<main class="px-4 py-4 max-sm:pb-20 sm:px-6 lg:px-8">
|
||||||
<div class="mx-auto max-w-screen-xl">
|
<div class="mx-auto max-w-screen-2xl">
|
||||||
<LiveToast.toast_group
|
<LiveToast.toast_group
|
||||||
flash={@flash}
|
flash={@flash}
|
||||||
corner={:top_right}
|
corner={:top_right}
|
||||||
|
|||||||
Reference in New Issue
Block a user