From 18b423d9e0d7bbe766ad8fb610e03f0e0ff91a81 Mon Sep 17 00:00:00 2001 From: plebbitor Date: Fri, 3 Feb 2023 11:35:35 +0100 Subject: [PATCH] fixed viewport --- public/index.html | 2 +- src/App.js | 1 - src/components/styled/Home.styled.jsx | 5 +++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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`