Add media query abstraction around ScreenWidths and stop relayer grid hover effect on mobile

This commit is contained in:
fragosti
2018-07-02 17:26:48 -07:00
parent 73e81c62fb
commit a5231df6d9
5 changed files with 22 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ export const UnlockWalletOnboardingStep: React.StatelessComponent<UnlockWalletOn
<Container marginTop="15px" marginBottom="15px">
<img src="/images/metamask_icon.png" height="50px" width="50px" />
</Container>
<Text center={true}>Unlock your metamask extension to get started.</Text>
<Text center={true}>Unlock your MetaMask extension to get started.</Text>
</div>
</div>
);