diff --git a/package.json b/package.json index d9da14b..d376f5c 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node index.js", - "dev": "nodemon index.js" + "dev": "nodemon index.js -e html,css,js" }, "repository": { "type": "git", diff --git a/public/css/style.css b/public/css/style.css index 557a0bb..a8e00b8 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -210,6 +210,10 @@ body { .timings { font-weight: 600; margin-bottom: 8px; + display: flex; + flex-direction: column; + justify-content: space-evenly; + align-items: center; } .timings p { @@ -219,6 +223,7 @@ body { padding: 1px 8px 1px 8px; font-size: 16px; margin: 4px; + white-space: nowrap; } .timings p i {