Update login.php

This commit is contained in:
jakani24
2024-04-27 14:17:28 +02:00
parent e93eb5a067
commit ff56f1e4a0

View File

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