Skip to content

Commit 9b127e9

Browse files
authored
remove width limit (#228)
1 parent f038245 commit 9b127e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/shared/tailwind/_navbar.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
type="module"
55
></script>
66
<nav class="relative bg-[#063b8d] print:hidden">
7-
<div class="mx-auto max-w-7xl px-2 sm:px-6 lg:px-8">
7+
<div class="px-2 sm:px-6 lg:px-8">
88
<div class="relative flex items-center justify-between py-2.5">
99
<div class="absolute inset-y-0 left-0 flex items-center md:hidden">
1010
<!-- Mobile menu button-->

0 commit comments

Comments
 (0)