Skip to content

Commit

Permalink
Fix margins
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Brown committed Aug 10, 2018
1 parent 9a46947 commit 195bd92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/lesson.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ export default class LessonTemplate extends React.Component {
/>
</ToCContainer>
<BodyContainer>
<div css={{ margin: "20px 0"}}>
<div css={{ marginTop: "20px"}}>
<TopAd />
</div>
<div>
<div>
<a
style={{
marginTop: "40px",
marginTop: "20px",
width: "100%",
display: "flex",
justifyContent: "flex-end",
Expand Down

0 comments on commit 195bd92

Please sign in to comment.