fix centering

This commit is contained in:
Eric Lewis 2024-02-27 10:40:54 -05:00
parent d73c3c7daf
commit 8a8ee1d6ae

View File

@ -2,9 +2,8 @@ import React from 'react';
const Login = () => { const Login = () => {
return ( return (
<div className="grid grid-cols-5 h-screen bg-light-blue-50 py-10"> <div className="flex items-center justify-center h-screen bg-light-blue-50">
<div className="col-span-2"></div> <div className="flex justify-center">
<div className="col-span-1">
<w3m-button /> <w3m-button />
</div> </div>
</div> </div>