Update login.php

This commit is contained in:
jakani24
2024-04-27 14:15:06 +02:00
parent 427967b08d
commit d91d2d3f3d

View File

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