Skip to content

Commit 9f944db

Browse files
authored
Merge pull request #366 from MitkoIT/patch-2
2 parents dcc64bf + 3b3d691 commit 9f944db

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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

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

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

0 commit comments

Comments
 (0)