fix background

This commit is contained in:
Karol Wypchlo 2021-03-31 13:31:44 +02:00
parent 826c5cdf2b
commit b8087eed12
3 changed files with 4 additions and 4 deletions

View File

@ -51,12 +51,12 @@ const Layout = ({ children }) => {
// `);
return (
<>
<div className="background bg-top bg-contain">
<FixedHeader />
<main>{children}</main>
<FooterNavigation />
<Footer />
</>
</div>
);
};

View File

@ -89,7 +89,7 @@ const DevelopersPage = () => (
<Layout>
<SEO title="Developers" />
<Section className="background bg-top bg-cover" first={true}>
<Section first={true}>
<div className="flex flex-col desktop:flex-row desktop:space-y-0 space-y-12 desktop:space-x-12">
<div className="space-y-12">
<h1 className="text-white">

View File

@ -70,7 +70,7 @@ const IndexPage = () => {
<Layout>
<SEO title="Home" />
<Section className="background bg-top bg-cover" first={true}>
<Section first={true}>
<div className="text-center">
<h1 className="text-4xl desktop:text-6xl text-white">
Build a <span className="text-primary underline-white">free Internet</span>