Commit 289fb56aef82da245efeaa2d9bd0043d288f6c23

Authored by alex
1 parent f430a8ef

fixz

Showing 1 changed file with 5 additions and 2 deletions   Show diff stats
frontend/web/css/site.css
... ... @@ -2,6 +2,9 @@
2 2 Класс для выравнивания по центру формы инпута google ReCaptcha
3 3 */
4 4 .f_center {
5   - margin-left: 80%;
6   - transform: translateX(-50%);
  5 + text-align: center;
  6 +}
  7 +
  8 +#feedback-recaptcha-recaptcha-contact-form {
  9 + display: inline-block;
7 10 }
8 11 \ No newline at end of file
... ...