„lib/chiya_web/components/layouts/root_public.html.heex“ ändern

This commit is contained in:
inhji 2023-07-05 15:58:11 +02:00
parent 6203cd1c4a
commit 253b32338c

View file

@ -34,11 +34,11 @@
<%= @settings.custom_css %>
</style>
</head>
<body class="bg-theme-background mx-3 md:mx-0 | h-feed hfeed">
<body class="bg-theme-background | h-feed hfeed">
<aside class="max-w-2xl mx-auto block">
<%= raw @settings.custom_html %>
</aside>
<header class="my-8 max-w-2xl mx-auto block">
<header class="my-8 max-w-2xl mx-auto block mx-3 md:mx-0">
<nav>
<ul class="flex gap-3">
<li>
@ -66,7 +66,7 @@
</nav>
</header>
<main>
<main class="mx-3 md:mx-0">
<%= @inner_content %>
</main>