diff --git a/src/client/Containers/Calculation/index.jsx b/src/client/Containers/Calculation/index.jsx index 633d178..e3261de 100644 --- a/src/client/Containers/Calculation/index.jsx +++ b/src/client/Containers/Calculation/index.jsx @@ -34,14 +34,15 @@ const Calculation = () => { return ( - - - + + diff --git a/src/client/Elements/Background.jsx b/src/client/Elements/Background.jsx index 9341fe7..11cf00d 100644 --- a/src/client/Elements/Background.jsx +++ b/src/client/Elements/Background.jsx @@ -17,7 +17,7 @@ const Background = styled(Box)` `} box-shadow: 4px 5px 17px -11px rgba(0, 0, 0, 0.75); flex: ${props => props.flex}; - max-width: 100%; + // max-width: 100%; `; export default Background;