Skip to content

Commit 50bf52a

Browse files
committed
Npm update and fix header on Ipad
1 parent ccbb00b commit 50bf52a

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-woocommerce",
3-
"version": "0.9.8",
3+
"version": "0.9.81",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
@@ -26,7 +26,7 @@
2626
"nprogress": "^0.2.0",
2727
"react": "^16.13.1",
2828
"react-dom": "^16.13.1",
29-
"react-hook-form": "^6.0.1",
29+
"react-hook-form": "^6.0.2",
3030
"react-instantsearch-dom": "^6.6.0",
3131
"react-spring": "^8.0.27",
3232
"styled-components": "^5.1.1",

styles/index.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@
2828
}
2929

3030
/* Fix for annoying CSS bug with NavBar moving slightly on front page only */
31-
@media only screen and (min-width: 769px) {
31+
/*@media only screen and (min-width: 769px) {*/
32+
33+
@media only screen and (min-width: 1600px) {
3234
#navbar-div {
3335
margin-left: 330px;
3436
}

0 commit comments

Comments
 (0)