Section Container

The container adds a consistant horizontal margin around a screen. To be used at least once on a screen, directly within a Screen.

const screen = () => (
<Screen>
<Container>
<Text token="title-2">Welcome</Text>
<Container>
</Screen>
)