Skip to content

Commit b3bbf61

Browse files
committed
fixed right margin
1 parent f28915b commit b3bbf61

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

app/screens/Login/Login.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,8 @@ export const Login = () => {
1717
}
1818

1919
return (
20-
<div
21-
className={
22-
'flex absolute flex-row justify-center items-center h-full -mx-20'
23-
}>
24-
<div className="relative w-screen bg-[#000000] h-full">
20+
<div className="fixed inset-0 flex flex-row justify-center items-center overflow-hidden">
21+
<div className="relative w-full h-full bg-[#000000]">
2522
<div
2623
className="absolute inset-0 transition-opacity duration-300"
2724
style={{

0 commit comments

Comments
 (0)