import styled from "styled-components"

const Article = styled.article`
  max-width: none;
`

export default Article
