Skip to content

Commit

Permalink
Merge pull request #7 from GDSCKCA2023-224/form-overflow-patch
Browse files Browse the repository at this point in the history
fix: subscribe form overflow
  • Loading branch information
Njoguu authored Jun 28, 2024
2 parents edacc61 + b79d866 commit d1a56f4
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 @@ -194,7 +194,7 @@ <h6 class="footer-title">Newsletter</h6>
<input
type="text"
placeholder="[email protected]"
class="input input-bordered join-item" />
class="input input-bordered input-md join-item" />
<button class="btn btn-disabled bg-[#EF5B25] join-item text-white">Subscribe</button>
</div>
</fieldset>
Expand Down

0 comments on commit d1a56f4

Please sign in to comment.