fixed height on sections to full height

This commit is contained in:
Tommy
2022-01-14 07:37:20 +00:00
parent 897294fc75
commit 30f9839a22
12 changed files with 12 additions and 12 deletions

View File

@@ -5,7 +5,7 @@ const Build: React.FC = () => (
<Box
width="100%"
minHeight="100%"
maxHeight="65rem"
maxHeight="100%"
backgroundImage={`url(${BackgroundImage})`}
bgPosition="center"
bgSize="cover"

View File

@@ -5,7 +5,7 @@ import CardImage from 'assets/landing/card-image.png';
const Cards: React.FC = () => (
<Box
width="100%"
minHeight="65rem"
maxHeight="100%"
background="dark"
bgPosition="center"
bgSize="cover"

View File

@@ -5,7 +5,7 @@ const Frontier: React.FC = () => (
<Box
width="100%"
minHeight="100%"
maxHeight="65rem"
maxHeight="100%"
backgroundImage={`url(${BackgroundImage})`}
>
<Container

View File

@@ -5,7 +5,7 @@ const Game: React.FC = () => (
<Box
width="100%"
minHeight="100%"
maxHeight="65rem"
maxHeight="100%"
backgroundImage={`url(${BackgroundImage})`}
bgPosition="center"
bgSize="cover"

View File

@@ -6,7 +6,7 @@ const JustWatch: React.FC = () => (
<Box
width="100%"
minHeight="100%"
maxHeight="65rem"
maxHeight="100%"
backgroundImage={`url(${BackgroundImage})`}
bgPosition="center"
bgSize="cover"

View File

@@ -5,7 +5,7 @@ const Optimal: React.FC = () => (
<Box
width="100%"
minHeight="100%"
maxHeight="65rem"
maxHeight="100%"
backgroundImage={`url(${BackgroundImage})`}
bgPosition="center"
bgSize="cover"

View File

@@ -5,7 +5,7 @@ const Build: React.FC = () => (
<Box
width="100%"
minHeight="100%"
maxHeight="65rem"
maxHeight="100%"
backgroundImage={`url(${BackgroundImage})`}
bgPosition="center"
bgSize="cover"

View File

@@ -5,7 +5,7 @@ const Together: React.FC = () => (
<Box
width="100%"
minHeight="100%"
maxHeight="65rem"
maxHeight="100%"
backgroundImage={`url(${BackgroundImage})`}
bgPosition="center"
bgSize="cover"

View File

@@ -5,7 +5,7 @@ const Unplug: React.FC = () => (
<Box
width="100%"
minHeight="100%"
maxHeight="65rem"
maxHeight="100%"
backgroundImage={`url(${BackgroundImage})`}
bgPosition="center"
bgSize="cover"

View File

@@ -5,7 +5,7 @@ const WhatWeDo: React.FC = () => (
<Box
width="100%"
minHeight="100%"
maxHeight="65rem"
maxHeight="100%"
backgroundImage={`url(${BackgroundImage})`}
bgPosition="center"
bgSize="cover"

View File

@@ -5,7 +5,7 @@ const Who: React.FC = () => (
<Box
width="100%"
minHeight="100%"
maxHeight="65rem"
maxHeight="100%"
backgroundImage={`url(${BackgroundImage})`}
bgPosition="center"
bgSize="cover"

View File

@@ -5,7 +5,7 @@ const WildWeb: React.FC = () => (
<Box
width="100%"
minHeight="100%"
maxHeight="65rem"
maxHeight="100%"
backgroundImage={`url(${BackgroundImage})`}
bgSize="cover"
>