url-minify/frontend/components/Contributors/Contributors.style.js

7 lines
142 B
JavaScript

import styled from 'styled-components'
export default styled.section`
display: flex;
justify-content: center;
flex-direction: column;
`