Skip to content

Commit

Permalink
navbar width max 5xl
Browse files Browse the repository at this point in the history
  • Loading branch information
jasperf committed Dec 2, 2024
1 parent e9681cc commit 93d61f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@php($menu = Navi::build($name))
@if ($menu->isNotEmpty())
<nav class="w-full z-30 top-0 py-1" role="navigation" aria-label="Main navigation">
<div class="w-full container mx-auto flex flex-wrap items-center justify-between mt-0 px-8 py-6">
<div class="w-full container mx-auto max-w-5xl flex flex-wrap items-center justify-between mt-0 px-8 py-6">
<!-- wrapper for logo and menu -->
<div class="flex items-center">
<!-- Toggle icon starts -->
Expand Down

0 comments on commit 93d61f4

Please sign in to comment.