diff --git a/qortal-ui-core/src/components/start-minting.js b/qortal-ui-core/src/components/start-minting.js index d92475c9..685ea70f 100644 --- a/qortal-ui-core/src/components/start-minting.js +++ b/qortal-ui-core/src/components/start-minting.js @@ -67,7 +67,6 @@ class StartMinting extends connect(store)(LitElement) { } .start-minting-wrapper { position: absolute; - left: 50%; transform: translate(50%, 20px); z-index: 10; }