Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
imkuroneko authored Jun 12, 2022
1 parent 3bff9f1 commit f047338
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ body, body {
justify-content: center;
flex-direction: column;
min-height: 100vh;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}

/* ===== Login Page ============================================================= */
Expand Down

0 comments on commit f047338

Please sign in to comment.