Minimal developer page improves to bring inline
This commit is contained in:
@ -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