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> </Helmet>
<Header background="#00ADFF"> <Header background="#00ADFF">
<h1>Changelog</h1> <h1>Changelog</h1>
<p> <p>Were building in public. Heres what has changed recently.</p>
Were building in public. Heres what weve been changing recently.
</p>
</Header> </Header>
<Content> <Content>
<Grid> <Grid>

View File

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