Fixing feature card sizing issue on mid range page sizes.

pull/638/head
Kellan Wampler 2022-07-14 14:26:16 -04:00
rodzic 1bf35cdc33
commit 000cd2ae98
1 zmienionych plików z 5 dodań i 6 usunięć

Wyświetl plik

@ -190,7 +190,7 @@ const Homepage = () => {
cursor="pointer" cursor="pointer"
m={[2, 3, 3, 4, 8, 12]} m={[2, 3, 3, 4, 8, 12]}
pb={2} pb={2}
minH={[null, null, "400px", null]} minH={[null, "290px", "400px", null]}
> >
<ChakraImage <ChakraImage
boxSize={["220px", "220px", "xs", null, "xs"]} boxSize={["220px", "220px", "xs", null, "xs"]}
@ -580,7 +580,6 @@ const Homepage = () => {
image={assets["cryptoTraders"]} image={assets["cryptoTraders"]}
href="/features/#lootboxes" href="/features/#lootboxes"
onClick={() => { onClick={() => {
console.log("Sending report to mixpanel");
buttonReport("Lootboxes", "features", "landing"); buttonReport("Lootboxes", "features", "landing");
}} }}
/> />
@ -625,8 +624,8 @@ const Homepage = () => {
variant="orangeAndBlue" variant="orangeAndBlue"
minW={[ minW={[
"250px", "250px",
"250px", "290px",
"250px", "300px",
"300px", "300px",
"350px", "350px",
"400px", "400px",
@ -651,8 +650,8 @@ const Homepage = () => {
textColor="white" textColor="white"
minW={[ minW={[
"250px", "250px",
"250px", "290px",
"250px", "300px",
"300px", "300px",
"350px", "350px",
"400px", "400px",