fix Navbar and Sidebar

This commit is contained in:
João Geonizeli
2021-08-11 21:45:29 -03:00
parent 5fc02f00f8
commit 1847a276f7
8 changed files with 71 additions and 48 deletions

View File

@@ -7,7 +7,7 @@ import { PoolListing } from "../../components/PoolListing";
export const Home: FC = () => {
return (
<div className="flex flex-col h-full w-full overflow-x-hidden mt-16">
<div className="flex flex-col h-full w-full overflow-x-hidden">
<Header>
<Container className="flex-col">
<h1 className="text-5xl text-white font-medium">XStake</h1>