Skip to content

Commit 13738e7

Browse files
authored
Update bootstrap col on mobile device
1 parent dcc64bf commit 13738e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/email_2fa_show.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<?= $this->section('main') ?>
66

77
<div class="container d-flex justify-content-center p-5">
8-
<div class="card col-5 shadow-sm">
8+
<div class="card col-12 col-md-5 shadow-sm">
99
<div class="card-body">
1010
<h5 class="card-title mb-5"><?= lang('Auth.email2FATitle') ?></h5>
1111

0 commit comments

Comments
 (0)