Update login.php

This commit is contained in:
jakani24
2024-04-27 14:18:37 +02:00
parent ff56f1e4a0
commit 95c81b9f6b

View File

@@ -14,7 +14,8 @@ if(isset($_SESSION["login"])){
<style>
.bg-image {
background-image: url('/logo.png');
background-size: cover;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
height: 100vh; /* Set height to viewport height */
}