Responsive recaptcha styles
This commit is contained in:
parent
f4ddfa18a3
commit
f2199d18c1
|
|
@ -80,13 +80,20 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
.signup {
|
||||
@media only screen and (min-width: 768px) {
|
||||
.g-recaptcha {
|
||||
margin: 0 auto;
|
||||
width: 304px;
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px) {
|
||||
.g-recaptcha {
|
||||
margin: 0 auto !important;
|
||||
width: 304px;
|
||||
padding-left: 30px;
|
||||
}
|
||||
}
|
||||
@media screen and (max-height: 575px){
|
||||
#rc-imageselect, .g-recaptcha {
|
||||
transform:scale(0.77);
|
||||
-webkit-transform:scale(0.77);
|
||||
transform-origin:0 0;
|
||||
-webkit-transform-origin:0 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user