Fixes CSS

This commit is contained in:
Amir Raminfar
2020-05-03 14:16:07 -07:00
parent b6940f434d
commit c0546eda0d
3 changed files with 3 additions and 3 deletions

View File

@@ -100,7 +100,7 @@
Copy
</button>
</div>
<div class="code">
<div class="code is-size-7-mobile">
<code>
docker run --detach --volume=/var/run/docker.sock:/var/run/docker.sock -p 8080:8080 amir20/dozzle
</code>

View File

@@ -26,7 +26,7 @@
"prebuild": "npx del dist",
"build": "npx parcel build --no-source-maps index.html",
"dev": "npx parcel index.html",
"predeploy": "npm run build",
"predeploy": "yarn build",
"deploy": "gh-pages -d dist"
},
"author": "",

View File

@@ -1,4 +1,4 @@
module.exports = {
content: ["**/*.html"],
whitelist: [""],
whitelist: [],
};