Skip to content

Commit d8e8a6f

Browse files
committed
space out
1 parent 03a023e commit d8e8a6f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/pages/code-of-conduct.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ const CodeOfConduct = () => {
1111
title="QueerJS - Code Of Conduct"
1212
description="A meetup for everyone where Queer Speakers take the stage"
1313
/>
14-
<main>
14+
<main
15+
css={`
16+
margin-bottom: 40px;
17+
`}
18+
>
1519
<h1 hidden>Welcome to QueerJS</h1>
1620
<Panel heading="Code of Conduct">
1721
<section

src/pages/report.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const Report = () => {
3030
<Link to="/code-of-conduct" title="Code of Conduct">
3131
Code of Conduct
3232
</Link>
33-
! .
33+
!
3434
</p>
3535
<p>
3636
In the unfortunate case that you see someone violating the code of conduct, here are

0 commit comments

Comments
 (0)