Browse Source

test

master
kelvin.yau 3 months ago
parent
commit
ea82bcbc7e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/components/LoginPage/LoginPage.tsx

+ 1
- 1
src/components/LoginPage/LoginPage.tsx View File

@@ -12,7 +12,7 @@ const LoginPage = () => {
<Box sx={{
backgroundImage: "url('logo/HomepageLogo.png')",
backgroundRepeat: "no-repeat",
backgroundSize: "75% 40%",
backgroundSize: "60% 40%",
width: "100%",
height: "100%",
backgroundPosition: "center",


Loading…
Cancel
Save