mirror of
https://github.com/snowball-tools/snowballtools-base
synced 2024-11-17 11:19:20 +00:00
fix centering
This commit is contained in:
parent
d73c3c7daf
commit
8a8ee1d6ae
@ -2,9 +2,8 @@ import React from 'react';
|
||||
|
||||
const Login = () => {
|
||||
return (
|
||||
<div className="grid grid-cols-5 h-screen bg-light-blue-50 py-10">
|
||||
<div className="col-span-2"></div>
|
||||
<div className="col-span-1">
|
||||
<div className="flex items-center justify-center h-screen bg-light-blue-50">
|
||||
<div className="flex justify-center">
|
||||
<w3m-button />
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user