Update login.php
This commit is contained in:
@@ -14,7 +14,8 @@ if(isset($_SESSION["login"])){
|
|||||||
<style>
|
<style>
|
||||||
.bg-image {
|
.bg-image {
|
||||||
background-image: url('/logo.png');
|
background-image: url('/logo.png');
|
||||||
background-size: cover;
|
background-size: contain;
|
||||||
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
height: 100vh; /* Set height to viewport height */
|
height: 100vh; /* Set height to viewport height */
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user