Skip to content
Snippets Groups Projects
Commit 59c4b46e authored by Chif Gergő's avatar Chif Gergő
Browse files

schedule text left align

parent 658d2f6b
No related branches found
No related tags found
No related merge requests found
......@@ -42,18 +42,16 @@ class Schedule extends Component {
</h3>
</Accordion.Title>
<Accordion.Content active={activeIndex === event.id}>
<Container text textAlign='left'>
<p>
{event.description}
</p>
</Container>
</Accordion.Content>
</div>
));
return (
<Container
textAlign='center'
textAlign='left'
style={{
padding: '60px'
}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment