diff --git a/style.css b/style.css index 906aea0..7714d1d 100644 --- a/style.css +++ b/style.css @@ -1182,12 +1182,12 @@ form#commentform p.form-submit input#submit { content: ""; display: inline-block; position: absolute; - top: calc(50% - 1.5rem); - left: 50%; - height: 3rem; - width: 3rem; - background: url('data:image/svg+xml;utf8,') center center no-repeat; - background-color: rgba(90,90,90,0.5); + top: calc(50% - 1rem); + right: 1.5rem; + height: 2rem; + width: 2rem; + background: url('data:image/svg+xml;utf8,') center center no-repeat; + background-color: rgba(150,150,150,0.5); border-radius: 2rem; }