From a8c8cb67c3e885aa26814403f12d43b3fad20cef Mon Sep 17 00:00:00 2001 From: p-wojt Date: Fri, 14 Jan 2022 15:57:36 +0100 Subject: [PATCH] fix run build & max-with responsive change in app.css --- app.css | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",