This commit is contained in:
Belen Curcio
2017-10-10 13:12:55 -03:00
parent dbe6e675c9
commit 154949ff47
4 changed files with 3 additions and 2 deletions
@@ -2,7 +2,7 @@ import React from 'react';
import PropTypes from 'prop-types';
import {Layout as LayoutMDL} from 'react-mdl';
import Header from '../../containers/Header';
import Drawer from './Drawer';
import Drawer from '../Drawer';
import styles from './Layout.css';
const Layout = ({
@@ -1,4 +1,4 @@
@custom-media --tablet (max-width: 1024px);
@custom-media --tablet (max-width: 1180px);
.viewOptions {
display: inline-block;
@@ -8,6 +8,7 @@
overflow: visible;
height: 144px;
min-height: auto;
z-index: 10;
@media (--tablet) {
width: 650px;