diff --git a/public/index.html b/public/index.html index a57611e0..c505340d 100644 --- a/public/index.html +++ b/public/index.html @@ -3,7 +3,7 @@ - + - diff --git a/src/components/styled/Home.styled.jsx b/src/components/styled/Home.styled.jsx index 15e5592d..c3fbcb62 100644 --- a/src/components/styled/Home.styled.jsx +++ b/src/components/styled/Home.styled.jsx @@ -1,10 +1,11 @@ import styled from 'styled-components'; export const Container = styled.div` + min-width: 0; + width: auto; + padding: 10px; margin: auto; text-align: left; - width: 57.69em; - min-width: 750px; `; export const Header = styled.div`