Skip to content

Commit

Permalink
Merge pull request #1310 from avantika1036/main
Browse files Browse the repository at this point in the history
fix: Made the Subscribe text small and added some left padding for better visual #1307
  • Loading branch information
apu52 authored Aug 5, 2024
2 parents bede2fa + 24af57d commit 331c09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1825,7 +1825,7 @@ <h2 class="section__title" data-aos="fade-up">Subscribe to get special prize</h2
<div class="subscribe__form" data-aos="fade-up">
<form id="subscriptionForm">
<input type="email" style="border: none; font-size: 15px; margin: auto;" placeholder="Your email here" id="emailInput" required />
<button class="btn-send" id="send" type="submit" style="box-shadow: 0px 4px 8px blue; font-weight:530;">Subscribe</button>
<button class="btn-send" id="send" type="submit" style="box-shadow: 0px 4px 8px blue; font-weight:530; font-size: medium; padding-left: 13px;">Subscribe</button>
</form>
<p id="subscriptionMessage" style="display: none; color: green; margin-top: 10px;">Subscription successful! 🎉
</p>
Expand Down

0 comments on commit 331c09f

Please sign in to comment.