Update login.php

This commit is contained in:
jakani24
2024-04-27 14:16:13 +02:00
parent d91d2d3f3d
commit e93eb5a067

View File

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