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>
|
||||
<Header background="#00ADFF">
|
||||
<h1>Changelog</h1>
|
||||
<p>
|
||||
We’re building in public. Here’s what we’ve been changing recently.
|
||||
</p>
|
||||
<p>We’re building in public. Here’s what has changed recently.</p>
|
||||
</Header>
|
||||
<Content>
|
||||
<Grid>
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user