mirror of
https://github.com/snowball-tools/snowballtools-base.git
synced 2026-09-09 05:14:08 +00:00
fix centering
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user