aboutsummaryrefslogtreecommitdiffstats
path: root/web_src
diff options
context:
space:
mode:
Diffstat (limited to 'web_src')
-rw-r--r--web_src/less/_form.less6
1 files changed, 4 insertions, 2 deletions
diff --git a/web_src/less/_form.less b/web_src/less/_form.less
index f8123b8f9b..48a8a79b21 100644
--- a/web_src/less/_form.less
+++ b/web_src/less/_form.less
@@ -99,7 +99,8 @@
}
@media only screen and (min-width: 768px) {
- .g-recaptcha {
+ .g-recaptcha,
+ .h-captcha {
margin: 0 auto !important;
width: 304px;
padding-left: 30px;
@@ -108,7 +109,8 @@
@media screen and (max-height: 575px) {
#rc-imageselect,
- .g-recaptcha {
+ .g-recaptcha,
+ .h-captcha {
transform: scale(.77);
transform-origin: 0 0;
}