Fix padding of navbar and footer on large screens

This commit is contained in:
Claudio Ortolina
2025-09-02 22:25:12 +03:00
parent 2d377aaa82
commit 8d22ec186c
2 changed files with 2 additions and 2 deletions
@@ -1,6 +1,6 @@
<%!-- TODO: replace with OSS version --%>
<nav class="border-b border-slate-900/10 dark:border-slate-300/10" aria-label="Sections">
<div class="mx-auto max-w-screen-2xl px-4 sm:px-6 lg:px-8">
<div class="mx-auto max-w-screen-2xl px-4 sm:px-6 lg:px-8 2xl:px-0">
<div class="flex h-16 justify-between">
<div class="flex">
<div class="flex space-x-2 md:space-x-4">
@@ -39,7 +39,7 @@
{@inner_content}
<%!-- TODO: replace with OSS version --%>
<footer class="mt-8 border-t border-slate-900/10 dark:border-slate-300/10">
<div class="mx-auto max-w-7xl px-6 pb-8 lg:px-8">
<div class="mx-auto max-w-screen-2xl pb-8 px-4 sm:px-8 2xl:px-0">
<div class="pt-8 flex items-center justify-between">
<div class="flex gap-x-6 order-2">
<a