Commit 1921a14f authored by Davyd Dobryakov's avatar Davyd Dobryakov

Minor bug fixes

parent 11048698
Pipeline #6264 failed with stage
......@@ -4,7 +4,7 @@
"description": "Test landing for Etersoft",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --open --host localhost --port 17001 --mode development",
"dev": "webpack-dev-server --host 0.0.0.0 --port 17001 --mode development",
"lint": "npx eslint src/js/*.js",
"stylelint": "stylelint 'src/**/*.scss'",
"build": "webpack --mode production"
......
......@@ -252,7 +252,7 @@ a:hover {
background: $default-color;
border: 1px solid $border-base;
border-radius: 5px;
order: 1;
order: 2;
padding: 0.25rem;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment