Skip to content

Commit

Permalink
add space between multiple speakers
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-mauky committed Sep 15, 2023
1 parent 6901ce3 commit 69d7b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/speaker-profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Container, Col, Row } from "reactstrap"

const SpeakerProfile = ({ speaker }) => {
return (
<Container>
<Container style={{ marginBottom: "1.5em" }}>
<Row>
{speaker.frontmatter.pic && (
<Col sm="6" xs="12" style={{ textAlign: "center", maxWidth: "400px" }}>
Expand Down

0 comments on commit 69d7b28

Please sign in to comment.