Fixes CSS
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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": "",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
module.exports = {
|
||||
content: ["**/*.html"],
|
||||
whitelist: [""],
|
||||
whitelist: [],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user