Skip to content

Commit

Permalink
Mobile members
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Oct 23, 2018
1 parent 27c83d2 commit 61953a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/Members.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import * as React from "react";

import styled from "react-emotion";
import mq from "../lib/mq";
import { css } from "emotion";
import Section from "./Section";
import memberData from "../lib/members.json";
Expand Down Expand Up @@ -78,6 +79,9 @@ const CategoryColumn = ({ categories }: { categories: any[] }) => (

const CategoryColumns = styled.div`
display: flex;
${mq.medium(css`
flex-direction: column;
`)};
`;

const Members = ({ className }: { className?: string }) => {
Expand Down

0 comments on commit 61953a4

Please sign in to comment.