We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a023e commit d8e8a6fCopy full SHA for d8e8a6f
src/pages/code-of-conduct.js
@@ -11,7 +11,11 @@ const CodeOfConduct = () => {
11
title="QueerJS - Code Of Conduct"
12
description="A meetup for everyone where Queer Speakers take the stage"
13
/>
14
- <main>
+ <main
15
+ css={`
16
+ margin-bottom: 40px;
17
+ `}
18
+ >
19
<h1 hidden>Welcome to QueerJS</h1>
20
<Panel heading="Code of Conduct">
21
<section
src/pages/report.js
@@ -30,7 +30,7 @@ const Report = () => {
30
<Link to="/code-of-conduct" title="Code of Conduct">
31
Code of Conduct
32
</Link>
33
- ! .
+ !
34
</p>
35
<p>
36
In the unfortunate case that you see someone violating the code of conduct, here are
0 commit comments