Skip to content

Commit

Permalink
Wrap nav items to improve text zoom users
Browse files Browse the repository at this point in the history
  • Loading branch information
robdekort committed Feb 4, 2025
1 parent d9d0ed2 commit 7c67d54
Show file tree
Hide file tree
Showing 6 changed files with 76 additions and 76 deletions.
140 changes: 70 additions & 70 deletions export/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"@alpinejs/morph": "^3.14.8",
"@alpinejs/persist": "^3.14.8",
"alpinejs": "^3.14.8",
"laravel-precognition-alpine": "^0.6.0"
"laravel-precognition-alpine": "^0.6.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.0.0",
"@tailwindcss/vite": "^4.0.3",
"laravel-vite-plugin": "^1.2.0",
"tailwindcss": "^4.0.0",
"tailwindcss": "^4.0.3",
"vite": "^6.0.11"
}
}
1 change: 0 additions & 1 deletion export/public/build/assets/site-BbccF51h.css

This file was deleted.

1 change: 1 addition & 0 deletions export/public/build/assets/site-BdHrBFsY.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion export/public/build/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"name": "lodash-es"
},
"resources/css/site.css": {
"file": "assets/site-BbccF51h.css",
"file": "assets/site-BdHrBFsY.css",
"src": "resources/css/site.css",
"isEntry": true
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<!-- /navigation/_main_desktop.antlers.html -->
<nav class="hidden md:block" aria-label="{{ trans:strings.main_navigation_desktop }}">
<ul class="flex items-center gap-x-8">
<ul class="flex flex-wrap items-center gap-x-8">
{{ nav:main max_depth="2" include_home="true" select="title|url" }}
{{ unless no_results }}
<li
Expand Down

0 comments on commit 7c67d54

Please sign in to comment.