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">