Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/conf/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default () => {
<span>San Fransisco Bay Area, CA</span>
</div>
</div>
<div className="flex justify-center gap-4 flex-row">
<div className="flex justify-left gap-4 flex-row flex-wrap">
<ButtonConf href="/conf/sponsor/">Join as a Sponsor</ButtonConf>
<ButtonConf href="/conf/partner/">Join as a Partner</ButtonConf>
<ButtonConf href="/conf/speak/">Submit to Speak</ButtonConf>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/conf/partner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export default () => {
benefits to media and community partners, while also ensuring that
our conference is promoted in a positive and appropriate way.
</p>
<div className="flex gap-4 flex-row">
<div className="flex gap-4 flex-row flex-wrap">
<ButtonConf href="https://www.graphqlconf.dev/src/media-partners">
Become a Media Partner
</ButtonConf>
Expand Down