add reducedMotion check, center menu items

This commit is contained in:
premiare
2023-08-18 19:05:46 +10:00
parent 45d0d3f7e8
commit ad1ff6159c
3 changed files with 46 additions and 32 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
"private": true,
"license": "AGPL-3.0",
"scripts": {
"dev": "PORT=3001 next dev",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
@@ -36,4 +36,4 @@
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7"
}
}
}