1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-28 18:08:08 +00:00

responsive landing initialization error

This commit is contained in:
slowbackspace 2019-01-24 23:11:53 +01:00
parent cac5b73072
commit 58374ca17a

View File

@ -5,7 +5,6 @@ import styled from 'styled-components';
import Notification from 'components/Notification';
const Wrapper = styled.div`
min-width: 720px;
width: 100%;
`;