Skip to content

Commit bd85f48

Browse files
Merge pull request #746 from bugout-dev/navbar-fix
fixing navbar and whitepapper mobile
2 parents c6b6336 + 66bc01e commit bd85f48

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

frontend/pages/whitepapers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const Papers = () => {
1111
Whitepapers
1212
</Heading>
1313
<WhitepaperCard
14-
maxW="890px"
14+
maxW={["340px", "340px", "890px"]}
1515
href="https://github.com/bugout-dev/moonstream/blob/main/datasets/nfts/papers/ethereum-nfts.pdf"
1616
img={`${AWS_ASSETS_PATH}/nft_market_analysis_i.png`}
1717
title="An analysis of 7,020,950 NFT transactions on the Ethereum blockchain"

frontend/src/components/LandingNavbar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ const LandingNavbar = () => {
168168
fontWeight="400"
169169
_hover={{ textDecoration: "underline" }}
170170
>
171-
Log in
171+
Log&nbsp;in
172172
</Text>
173173
<Button
174174
variant="plainOrange"
@@ -184,7 +184,7 @@ const LandingNavbar = () => {
184184
backgroundColor: "#F4532F",
185185
}}
186186
>
187-
Sign up
187+
Sign&nbsp;up
188188
</Button>
189189
</Flex>
190190
)}

0 commit comments

Comments
 (0)