mirror of
https://github.com/kevinveenbirkenbach/roulette-wheel.git
synced 2024-11-01 00:53:11 +01:00
fix run build & max-with responsive change in app.css
This commit is contained in:
parent
da9f9e7c1d
commit
a8c8cb67c3
2
app.css
2
app.css
@ -132,7 +132,7 @@ ul {
|
|||||||
height: 28px;
|
height: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1280px) {
|
@media screen and (max-width: 1580px) {
|
||||||
canvas {
|
canvas {
|
||||||
margin-top: 5rem;
|
margin-top: 5rem;
|
||||||
height: 20rem;
|
height: 20rem;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "webpack-dev-server",
|
"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": {
|
"author": {
|
||||||
"name": "Patryk Wojtiuk",
|
"name": "Patryk Wojtiuk",
|
||||||
|
Loading…
Reference in New Issue
Block a user