Skip to content

Commit

Permalink
Fix: Updated newsletter input field style to ensure long email addres…
Browse files Browse the repository at this point in the history
…ses fit and maintain consistent appearance with other pages
  • Loading branch information
akshay0611 committed Nov 20, 2024
1 parent 8e7e543 commit 7065ed2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blogs/sitemap.html
Original file line number Diff line number Diff line change
Expand Up @@ -612,8 +612,8 @@ <h2 class="subscribe-title">
<div class="col-lg-6">
<div class="subscribe-form mt-50">
<form id="unique-subscribe-form">
<input style="width: 60%;" type="email" id="unique-news-email" placeholder="Enter Email" required />
<button class="unique-main-btn" id="unique-subscribe-btn" type="submit">Subscribe</button>
<input type="email" id="unique-news-email" placeholder="Enter Email" required />
<button class="unique-main-btn" id="unique-subscribe-btn" type="submit">Subscribe</button>
</form>
<div id="unique-message" class="unique-popup-message" style="display: none;">
<div class="border-animation"></div>
Expand Down

0 comments on commit 7065ed2

Please sign in to comment.