diff --git a/css/style.css b/css/style.css index 7ea0a096..3b1b1200 100644 --- a/css/style.css +++ b/css/style.css @@ -92,7 +92,7 @@ body, pre, code { .cmd-button { width: 5%; height: 30px; - margin: 20px 2px 0 2px; + margin: 20px 2px 0; color: #222; background-color: white; transition: ease 0.1s; @@ -134,7 +134,7 @@ body, pre, code { .fm { width : 97%; height: 90%; - margin: 26px auto 0 auto; + margin: 26px auto 0; } .fm-header { diff --git a/package.json b/package.json index 11f51f78..ccdcd4d7 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,7 @@ "redrun": "^3.0.0", "shortdate": "^1.0.1", "stylelint": "^6.1.1", - "stylelint-config-standard": "^6.0.0", + "stylelint-config-standard": "^7.0.0", "tape": "^4.4.0", "version-io": "^1.2.5", "yaspeller": "^2.6.0"