diff --git a/app.css b/app.css index 5d43ba1..7fdc6f1 100644 --- a/app.css +++ b/app.css @@ -132,7 +132,7 @@ ul { height: 28px; } -@media screen and (max-width: 1280px) { +@media screen and (max-width: 1580px) { canvas { margin-top: 5rem; height: 20rem; diff --git a/package.json b/package.json index 30df6e8..a9dbec7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "scripts": { "start": "webpack-dev-server", - "build": "webpack --config webpack.config.prod.js && cp index.html dist/index.html && cp app.css dist/app.css && cp -r static dist/static" + "build": "webpack --config webpack.config.prod.js && cp *.html dist/ && cp *.css dist/ && cp -r static dist/static && cp *.ico dist/" }, "author": { "name": "Patryk Wojtiuk",