refs #90 Fix header margin

This commit is contained in:
AkiraFukushima 2018-03-22 18:33:31 +09:00
parent f59e39efaa
commit f725a57c33
2 changed files with 2 additions and 2 deletions

View File

@ -19,4 +19,4 @@ install: package.json
release-build: package.json
npm run pack
package: release-build
electron-packager ./ whalebird --platform=${PLATFORM} --arch=x64 --electron-version=1.8.3 --build-version=${VERSION} --asar --out=packages --ignore="^/src" --ignore="^/test" --ignore="^/.electron-vue" --ignore="^/.envrc" --prune=true $(ICON) $(CERT)
electron-packager ./ whalebird --platform=${PLATFORM} --arch=x64 --electron-version=1.8.3 --build-version=${VERSION} --asar --out=packages --ignore="^/src" --ignore="^/test" --ignore="^/.electron-vue" --ignore="^/.envrc" --prune=true $(ICON) $(CERT) --overwrite

View File

@ -107,7 +107,7 @@ export default {
}
.content {
margin-top: 60px;
margin-top: 48px;
}
}