hcaptcha gets cut on small devices, to fit into page
This commit is contained in:
parent
a9e5b826d1
commit
19cb4f3a31
1 changed files with 6 additions and 0 deletions
|
@ -30,4 +30,10 @@
|
||||||
article{
|
article{
|
||||||
width: 95%;
|
width: 95%;
|
||||||
}
|
}
|
||||||
|
.h-captcha{
|
||||||
|
width: 100%;
|
||||||
|
iframe {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue