flex footer

This commit is contained in:
2025-08-22 11:53:59 +05:45
parent 5f8c1aed38
commit f55aeec8e8

View File

@@ -61,7 +61,7 @@
<a href="{{ setting('whatsapp') }}" target="blank"> <i <a href="{{ setting('whatsapp') }}" target="blank"> <i
class="fa-brands fa-square-whatsapp"></i></a> class="fa-brands fa-square-whatsapp"></i></a>
</div> </div>
<form action="{{ route('newsletter.store') }}" method="post" id="newsletter-form"> <form class="flex" action="{{ route('newsletter.store') }}" method="post" id="newsletter-form">
@csrf @csrf
<input class=" border-0 w-80percent px-20 text-14 py-10 text-black" type="email" <input class=" border-0 w-80percent px-20 text-14 py-10 text-black" type="email"
name="email" id="email" placeholder="Enter your Email"> name="email" id="email" placeholder="Enter your Email">