From 0f93d2052ede0969f0852c385edbcc317f3bb077 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Fri, 18 Jan 2019 00:53:30 +0100 Subject: [PATCH] responsive qr modal --- src/components/modals/QrModal/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/modals/QrModal/index.js b/src/components/modals/QrModal/index.js index 2fb8426b..ce5fc998 100644 --- a/src/components/modals/QrModal/index.js +++ b/src/components/modals/QrModal/index.js @@ -18,8 +18,8 @@ import type { parsedURI } from 'utils/cryptoUriParser'; import type { Props as BaseProps } from '../Container'; const Wrapper = styled.div` - width: 100%; - max-width: 620px; + width: 90vw; + max-width: 450px; padding: 40px 0px 20px 0px; `;