This commit is contained in:
Владислав Чикалкин 2020-09-04 12:36:27 +03:00
parent c1573edc83
commit 66211fa0d6
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import Title from 'client/Elements/Title';
import { Flex } from 'client/UIKit/grid';
const Results = props => (
<Background flex="1 0 25%" justifyContent="center">
<Background flex="1 0 20%" justifyContent="center">
<Title text="Результаты" />
</Background>
);

View File

@ -8,7 +8,7 @@ const Calculation = () => {
return (
<Box mx={['0', '1%', '1%', '10%']}>
<Top />
<Flex flexWrap="wrap">
<Flex flexWrap="wrap" mb="50px">
<SectionsList />
<Results />
</Flex>