Closed
Description
There is a problem with the display of forms on cell phones. (see attached images)
Indeed, it should be modified :
- class="card col-5 shadow-sm"
With:
- class="card col-12 col-md-5 shadow-sm"
The views "login", "register", "magic_link_message" and "magic_link_form" are concerned
I also wonder if it would be necessary to add a "class="row"" div after the container?