Added container-fluid on login and register since it looked too wide

This commit is contained in:
Risto Lahtela 2021-07-10 09:57:51 +03:00
parent 9944bb8ff3
commit 53b6812e2b
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@
<div class="col-12 mt-5 text-center">
<img alt="logo" class="w-15" src="img/Flaticon_circle.png">
</div>
<div class="row justify-content-center">
<div class="row justify-content-center container-fluid">
<div class="col-xl-6 col-lg-7 col-md-9">
<div class="card o-hidden border-0 shadow-lg my-5">
<div class="card-body p-0">

View File

@ -33,7 +33,7 @@
<div class="col-12 mt-5 text-center">
<img alt="logo" class="w-15" src="img/Flaticon_circle.png">
</div>
<div class="row justify-content-center">
<div class="row justify-content-center container-fluid">
<div class="col-xl-6 col-lg-7 col-md-9">
<div class="card o-hidden border-0 shadow-lg my-5">
<div class="card-body p-0">