fixing navbar and whitepapper mobile

pull/746/head
Anton Mushnin 2022-12-22 19:33:21 +03:00
rodzic c6b63361af
commit 66bc01e229
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -11,7 +11,7 @@ const Papers = () => {
Whitepapers
</Heading>
<WhitepaperCard
maxW="890px"
maxW={["340px", "340px", "890px"]}
href="https://github.com/bugout-dev/moonstream/blob/main/datasets/nfts/papers/ethereum-nfts.pdf"
img={`${AWS_ASSETS_PATH}/nft_market_analysis_i.png`}
title="An analysis of 7,020,950 NFT transactions on the Ethereum blockchain"

Wyświetl plik

@ -168,7 +168,7 @@ const LandingNavbar = () => {
fontWeight="400"
_hover={{ textDecoration: "underline" }}
>
Log in
Log&nbsp;in
</Text>
<Button
variant="plainOrange"
@ -184,7 +184,7 @@ const LandingNavbar = () => {
backgroundColor: "#F4532F",
}}
>
Sign up
Sign&nbsp;up
</Button>
</Flex>
)}