Skip to content

Commit 1b5f141

Browse files
committed
Fix: login form responsivness
1 parent 6068586 commit 1b5f141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/bundles/FOSUserBundle/Security/login_content.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
style='background-image: url("{{ asset('assets/images/bcgk.jpg') }}")'>
88

99

10-
<div class="col-12 col-md-3 pos-a centerXY peer pX-40 pY-80 h-70 bgc-white scrollable" style='min-width: 320px; opacity:0.9;'>
10+
<div class="col-12 col-md-6 col-lg-6 col-xl-3 pos-a centerXY peer pX-40 pY-80 h-70 bgc-white scrollable" style='min-width: 320px; opacity:0.9;'>
1111
{% if error %}
1212
<div class="alert alert-danger" role="alert">
1313
{{ error.messageKey|trans(error.messageData, 'security') }}

0 commit comments

Comments
 (0)