ui fixes
This commit is contained in:
parent
c1573edc83
commit
66211fa0d6
@ -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>
|
||||
);
|
||||
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user