Skip to content

Commit a12c863

Browse files
committed
remove footer max width
1 parent 9787270 commit a12c863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/algora_web/live/docs_live.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ defmodule AlgoraWeb.DocsLive do
379379
<% end %>
380380
</article>
381381
</main>
382-
<footer class="max-w-2xl space-y-10 pb-8 lg:max-w-5xl">
382+
<footer class="max-w-2xl space-y-10 pb-8 lg:max-w-none">
383383
<div class="flex flex-col items-center justify-between gap-5 border-t border-white/5 light:border-gray-900/5 pt-8 sm:flex-row">
384384
<p class="text-xs text-gray-400 light:text-gray-600">
385385
© {DateTime.utc_now().year} Algora, Public Benefit Corporation

0 commit comments

Comments
 (0)