fix run build & max-with responsive change in app.css

This commit is contained in:
p-wojt 2022-01-14 15:57:36 +01:00
parent da9f9e7c1d
commit a8c8cb67c3
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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",