Skip to content

Commit 3b3d691

Browse files
authored
Update email_activate_show.php
1 parent 6d2510a commit 3b3d691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)