[examples/openspending][xl]: add table preview to showcase page, minor fixes (#895)

Co-authored-by: deme <joaommdemenech@gmail.com>
This commit is contained in:
Luccas Mateus
2023-05-19 14:44:34 -03:00
committed by GitHub
parent 418b4bfe52
commit bedc9a8d33
5 changed files with 91 additions and 28 deletions

View File

@@ -2,7 +2,7 @@ import { Header } from '../Header';
export default function Layout({ children }) {
return (
<div className="bg-white min-h-screen">
<div className="bg-white min-h-screen pb-32">
<Header />
{children}
</div>