appbaseio/reactivesearch

View on GitHub
site/demos/technews/src/styles/Container.js

Summary

Maintainability
A
0 mins
Test Coverage
import styled from 'react-emotion';

const Container = styled.section`
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    background: white;
`;

export default Container;