7 lines
132 B
TypeScript
7 lines
132 B
TypeScript
import styled from 'styled-components/macro'
|
|
|
|
export const StandardPageWrapper = styled.div`
|
|
padding-top: 160px;
|
|
width: 100%;
|
|
`
|