Skip to content

Commit 25042ac

Browse files
committed
start
1 parent 9ad8c43 commit 25042ac

File tree

3 files changed

+83
-30
lines changed

3 files changed

+83
-30
lines changed

package-lock.json

Lines changed: 78 additions & 26 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@
88
"private": true,
99
"scripts": {
1010
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
11-
"start": "npm run dev",
11+
"start": "node node_modules/.bin/http-server",
1212
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
1313
},
1414
"dependencies": {
1515
"cross-env": "^7.0.2",
16+
"http-server": "^0.12.3",
1617
"vue": "2.6.11",
1718
"vue-material": "1.0.0-beta-11",
1819
"vue-mq": "^1.0.1",

src/pages/Preview.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -531,9 +531,9 @@ export default {
531531
grid-template-columns: auto auto auto;
532532
grid-gap: 20px;
533533
534-
u {
535-
position: absolute;
536-
bottom: 10px;
534+
> div {
535+
min-width: 300px;
536+
max-width: 500px;
537537
}
538538
}
539539
}

0 commit comments

Comments
 (0)