Skip to content

Commit

Permalink
chore: set max-width to content for subscription form
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Jan 5, 2025
1 parent a5ac3d9 commit 71e5187
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions docs/static/subscribe.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
border-radius: 8px;
padding: 20px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
width: 250px;
max-width: fit-content;
display: flex;
flex-direction: column;
}
Expand All @@ -73,14 +73,7 @@
}

#subscribe-form-9b27c56e button {
/* padding: 10px; */
/* background-color: #007bff; */
/* color: var(--md-primary-bg-color); */
border: none;
border-radius: 4px;
cursor: pointer;
}

#subscribe-form-9b27c56e button:hover {
/* background-color: #0056b3; */
}
2 changes: 1 addition & 1 deletion overrides/partials/subscription-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h3>Subscribe to Newsletter</h3>
checked
value="ea947371-ce6e-46e5-ade0-736c1a72d55e"
/>
<div id="h-captcha-0de6fb2e-eb24-454a-8dfe-4f6c9670ab7e"></div>
<div id="h-captcha-0de6fb2e-eb24-454a-8dfe-4f6c9670ab7e" class="h-captcha"></div>
<input
class="md-button md-button--primary"
type="submit"
Expand Down

0 comments on commit 71e5187

Please sign in to comment.