Minimal developer page improves to bring inline

This commit is contained in:
Tom Moor
2018-12-21 00:35:40 -08:00
parent 47ea3c343c
commit 122fdfa34b
3 changed files with 629 additions and 567 deletions

File diff suppressed because it is too large Load Diff

View File

@ -30,9 +30,7 @@ function Changelog({ releases }: Props) {
</Helmet>
<Header background="#00ADFF">
<h1>Changelog</h1>
<p>
Were building in public. Heres what weve been changing recently.
</p>
<p>Were building in public. Heres what has changed recently.</p>
</Header>
<Content>
<Grid>

View File

@ -32,8 +32,8 @@ const Wrapper = styled.div`
content: '';
position: absolute;
top: 0;
left: -10%;
width: 120%;
left: -30px;
width: 100vw;
height: 100%;
background: ${props => props.background || 'transparent'};
z-index: -10;