diff --git a/frontend/web/css/site.css b/frontend/web/css/site.css index d8e72de..1b94764 100644 --- a/frontend/web/css/site.css +++ b/frontend/web/css/site.css @@ -2,6 +2,9 @@ Класс для выравнивания по центру формы инпута google ReCaptcha */ .f_center { - margin-left: 80%; - transform: translateX(-50%); + text-align: center; +} + +#feedback-recaptcha-recaptcha-contact-form { + display: inline-block; } \ No newline at end of file -- libgit2 0.21.4