Browse Source

Posicion background Login

wilitp 4 years ago
parent
commit
a3ee7d7740
1 changed files with 5 additions and 1 deletions
  1. 5 1
      app/src/components/pages/Login.tsx

+ 5 - 1
app/src/components/pages/Login.tsx

@@ -76,7 +76,11 @@ const Login = () => {
 
   return (
     <main
-      style={{ background: `url(${bg}) no-repeat`, backgroundSize: "cover" }}
+      style={{
+        background: `url(${bg}) no-repeat`,
+        backgroundSize: "cover",
+        backgroundPosition: "30%",
+      }}
       className="d-flex justify-content-center align-items-center min-vh-100"
     >
       {modal}