We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d2510a commit 3b3d691Copy full SHA for 3b3d691
src/Views/email_activate_show.php
@@ -5,7 +5,7 @@
5
<?= $this->section('main') ?>
6
7
<div class="container d-flex justify-content-center p-5">
8
- <div class="card col-5 shadow-sm">
+ <div class="card col-12 col-md-5 shadow-sm">
9
<div class="card-body">
10
<h5 class="card-title mb-5"><?= lang('Auth.emailActivateTitle') ?></h5>
11
0 commit comments