refactor: make login form responsive

pagebuilder
abhisheks 2023-12-09 12:37:25 +05:30
parent ff7c18e35c
commit cad2d48351
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
</span> </span>
{/block} {/block}
{block name='login_form_container'} {block name='login_form_container'}
<section class="login-form w-1/4"> <section class="login-form w-3/4 md:w-1/2 lg:w-1/4">
{render file='customer/_partials/login-form.tpl' ui=$login_form} {render file='customer/_partials/login-form.tpl' ui=$login_form}
</section> </section>
<hr/> <hr/>