Skip to content

Commit 6d2510a

Browse files
authored
Update email_2fa_verify.php
1 parent 13738e7 commit 6d2510a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/email_2fa_verify.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.emailEnterCode') ?></h5>
1111

0 commit comments

Comments
 (0)