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

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;