Hide reCAPTCHA badge with CSS visibility property
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -3584,4 +3584,9 @@ main {
|
||||
/* For project types and other page heroes */
|
||||
.page-hero {
|
||||
padding-top: 140px; /* 120px base + 20px for navbar */
|
||||
}
|
||||
|
||||
/* Hide reCAPTCHA badge */
|
||||
.grecaptcha-badge {
|
||||
visibility: hidden !important;
|
||||
}
|
||||
Reference in New Issue
Block a user