Skip to content

Commit

Permalink
fixed 2fa-input not centered
Browse files Browse the repository at this point in the history
  • Loading branch information
TonisOrmisson committed Feb 26, 2024
1 parent 4f3188d commit f60976c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/User/resources/views/bootstrap5/security/confirm.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@

<?= $this->render('/shared/_alert', ['module' => Yii::$app->getModule('user')]) ?>

<div class="row">
<div class="col-md-4 col-md-offset-4 col-sm-6 col-sm-offset-3">
<div class="row align-items-center">
<div class="col"></div>
<div class="col-xs-8 col-sm-7 col-md-6 col-lg-5 col-xl-4 ">
<div class="card">
<div class="card-header">
<h3 class="m-0"><?= Html::encode($this->title) ?></h3>
Expand Down Expand Up @@ -66,4 +67,6 @@
</div>
</div>
</div>
<div class="col"></div>

</div>

0 comments on commit f60976c

Please sign in to comment.