diff --git a/app/assets/stylesheets/components/form.scss b/app/assets/stylesheets/components/form.scss index 5576006..d08166d 100644 --- a/app/assets/stylesheets/components/form.scss +++ b/app/assets/stylesheets/components/form.scss @@ -1,8 +1,10 @@ @import "variables"; input.btn.btn-default.btn-success.btn-block { - width: 60%; display: inline; + min-height: 60px; + font-weight: bold; + font-size: $base-font-size; } .form-section {