We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 514f7d2 commit 9aecd3fCopy full SHA for 9aecd3f
1 file changed
lib/phoenix_kit_web/components/layout_wrapper.ex
@@ -314,7 +314,7 @@ defmodule PhoenixKitWeb.Components.LayoutWrapper do
314
<input id="admin-mobile-menu" type="checkbox" class="drawer-toggle" />
315
316
<%!-- Main content --%>
317
- <div class="drawer-content flex min-h-screen flex-col bg-base-100 transition-colors pt-16">
+ <div class="drawer-content flex min-h-screen flex-col bg-base-100 transition-colors pt-16 lg:pt-0">
318
<%!-- Page content from parent layout --%>
319
<div class="flex-1">
320
{render_slot(@original_inner_block)}
0 commit comments