From 00592ee597d35ffb5667667a060bffde71aff5eb Mon Sep 17 00:00:00 2001 From: Chika Date: Sat, 14 Nov 2020 15:08:45 +0300 Subject: [PATCH] ui fixes #2 --- src/client/Containers/Calculation/index.jsx | 15 ++++++++------- src/client/Elements/Background.jsx | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) 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;