minor graphic changes to the login screen

This commit is contained in:
2026-05-17 21:59:16 +02:00
parent 6a8680b5ed
commit 65a3137a40
2 changed files with 13 additions and 11 deletions

View File

@@ -70,7 +70,7 @@ if ($loginAttemptCount = checkLoginAttempts() > 3) {
<div class="row justify-content-center">
<div class="col-lg-8 col-md-8 col-12 d-flex align-items-center justify-content-center">
<div class="card-group d-block d-md-flex row">
<div class="card col-md-7 mb-0">
<div class="card col-md-7 mb-0 border-0">
<div class="card-body p-3">
<?php if (isset($_COOKIE['loggedout'])) { ?>
<div class="row mt-0 pt-0">
@@ -148,7 +148,7 @@ if ($loginAttemptCount = checkLoginAttempts() > 3) {
<?php } ?>
</div>
</div>
<div class="card col-md-5 text-white bg-transparent py-5">
<div class="card col-md-5 text-white bg-transparent py-5 border-0">
<div class="card-body text-center pt-3">
<div>
<img class="pt-3 w-100 portal-image" alt="portal-image" src="/src/images/logo-login-dark.webp" width="500" height="265" style="height: auto;">