From 36c447938fd9b196a8e449a809c070d8b684ef07 Mon Sep 17 00:00:00 2001 From: Ahmed Khallaf Date: Mon, 23 Nov 2020 08:44:24 +0200 Subject: [PATCH] Chore: Fix styling of adjust controls --- projects/react/styledComponents/Adjust.ui.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/projects/react/styledComponents/Adjust.ui.js b/projects/react/styledComponents/Adjust.ui.js index 2d73e88e..62aed76a 100644 --- a/projects/react/styledComponents/Adjust.ui.js +++ b/projects/react/styledComponents/Adjust.ui.js @@ -5,7 +5,11 @@ const AdjustWrapper = styled.div` color: ${props => props.theme.colors.text}; text-align: center; display: flex; - justify-content: center; + justify-content: space-between; + + div { + margin-left: 10px; + } @media (max-width: 768px) { flex-wrap: wrap;