Minimal developer page improves to bring inline
This commit is contained in:
1188
server/pages/Api.js
1188
server/pages/Api.js
File diff suppressed because it is too large
Load Diff
@ -30,9 +30,7 @@ function Changelog({ releases }: Props) {
|
|||||||
</Helmet>
|
</Helmet>
|
||||||
<Header background="#00ADFF">
|
<Header background="#00ADFF">
|
||||||
<h1>Changelog</h1>
|
<h1>Changelog</h1>
|
||||||
<p>
|
<p>We’re building in public. Here’s what has changed recently.</p>
|
||||||
We’re building in public. Here’s what we’ve been changing recently.
|
|
||||||
</p>
|
|
||||||
</Header>
|
</Header>
|
||||||
<Content>
|
<Content>
|
||||||
<Grid>
|
<Grid>
|
||||||
|
@ -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;
|
||||||
|
Reference in New Issue
Block a user