File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 11import { styled } from "styled-components" ;
2- import { Color } from "../../ styles/colors" ;
2+ import { Color } from "@ styles/colors" ;
33import {
44 BIG_BREAKPOINT ,
55 MOBILE_BREAKPOINT ,
66 TABLET_BREAKPOINT ,
7- } from "../../ constants/BreakPoints" ;
7+ } from "@ constants/BreakPoints" ;
88import { Link } from "react-router" ;
99
1010export const StyledTitleContainer = styled . div `
@@ -95,7 +95,14 @@ export const StyledSessionSection = styled.section`
9595 align-items: stretch;
9696 width: 90%;
9797` ;
98+ export const StyledAgenda = styled . div `
99+ display: flex;
100+ margin: 1rem;
98101
102+ @media (max-width: ${ MOBILE_BREAKPOINT } px) {
103+ flex-direction: column;
104+ }
105+ ` ;
99106export const StyledTalkSpeaker = styled . p `
100107 font-size: 1em;
101108
You can’t perform that action at this time.
0 commit comments