Tweak mission

This commit is contained in:
Fred Carlsen
2018-12-14 19:17:51 +01:00
parent 101fd78cb2
commit 6af0cf87e1

View File

@@ -45,7 +45,7 @@ export const NextAboutMission = () => (
<Section isFlex={true} maxWidth="1170px" wrapWidth="100%"> <Section isFlex={true} maxWidth="1170px" wrapWidth="100%">
<Column> <Column>
<Heading size="medium"> <Heading size="medium" maxWidth="226px">
Core Values Core Values
</Heading> </Heading>
</Column> </Column>
@@ -69,6 +69,7 @@ export const NextAboutMission = () => (
const StyledDefinition = styled(Definition)` const StyledDefinition = styled(Definition)`
& + & { & + & {
margin-top: 30px;
padding-top: 30px; padding-top: 30px;
border-top: 1px solid #eaeaea; border-top: 1px solid #eaeaea;
} }