diff --git a/public/modules/forms/css/form.css b/public/modules/forms/css/form.css index 18c654ca..b0edc112 100644 --- a/public/modules/forms/css/form.css +++ b/public/modules/forms/css/form.css @@ -21,7 +21,6 @@ bottom: 0; } - .container.admin-form { margin-top: 70px; } @@ -46,11 +45,16 @@ section.content p.breakwords { .btn { border: 1px solid #c6c6c6; } + .btn[type='submit'] { font-size: 1.5em; padding: 0.35em 1.2em 0.35em 1.2em; } +section.content > section > section { + margin: 70px; +} + /* ** Modal CSS Styles */