Remove debug CSS

This commit is contained in:
Florine W. Dekker 2020-06-07 12:58:07 +02:00
parent 1c29d7d3ac
commit 91e77ab3a5
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
3 changed files with 3 additions and 4 deletions

BIN
package-lock.json generated

Binary file not shown.

View File

@ -1,6 +1,6 @@
{
"name": "@fwdekker/template",
"version": "0.0.16",
"version": "0.0.17",
"description": "The base template for pages on fwdekker.com.",
"author": "Felix W. Dekker (https://fwdekker.com)",
"license": "MIT",
@ -22,8 +22,7 @@
"dependencies": {
"hyperscript": "^2.0.2",
"milligram": "^1.3.0",
"normalize.css": "^8.0.1",
"npm-check-updates": "^6.0.1"
"normalize.css": "^8.0.1"
},
"devDependencies": {
"css-loader": "^3.5.3",

View File

@ -58,7 +58,7 @@
.nav ul li ul {
/*display: none;*/
display: none;
position: absolute;
left: 0;
}