Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
nima-maghooli authored Apr 17, 2024
1 parent 22a2e43 commit 3d6b4c6
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,18 @@ width: 100%;
}
}


.g-recaptcha {
margin-bottom: 20px;
}

/* CSS */
#g-recaptcha-response {
display: block !important;
position: absolute;
margin: -50px 0 0 0 !important;
z-index: -999999;
opacity: 0;
}



0 comments on commit 3d6b4c6

Please sign in to comment.