File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
frontend/components/service Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 11import React from 'react'
22import { useTranslation } from 'react-i18next'
3- import { Heading2 , Paragraph } from '../../../assets/styles/typo'
3+ import { Heading2 } from '../../../assets/styles/typo'
44import styled from 'styled-components'
55
6- const Content = styled ( Paragraph ) `
6+ const Content = styled . div `
77 margin-top: 1rem;
88 white-space: pre-line;
99`
Original file line number Diff line number Diff line change @@ -9,19 +9,22 @@ import { Link } from '../../core/SnsLink'
99const ListItem = styled . div `
1010 & + & {
1111 margin-top: 6rem;
12- ${ media . mobile ( `
13- margin-top: 3rem;
14- ` ) }
1512 }
1613`
1714const TalkBlock = styled . div `
1815 display: flex;
1916 align-items: flex-start;
2017 flex-direction: row;
18+ ${ media . mobile ( `
19+ flex-direction: column;
20+ ` ) }
2121`
2222const PersonBlock = styled . div `
2323 flex: 1;
2424 margin-left: 2rem;
25+ ${ media . mobile ( `
26+ margin: 1rem 0;
27+ ` ) }
2528`
2629const Speaker = styled ( Heading3 ) `
2730 font-size: 1.6rem;
You can’t perform that action at this time.
0 commit comments