Skip to content

Commit b087aa9

Browse files
Website/conf: Partners page - Fix css for mobile (#1453) (#1454)
1 parent b07d2cc commit b087aa9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/conf/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default () => {
3636
<span>San Francisco Bay Area, CA</span>
3737
</div>
3838
</div>
39-
<div className="flex justify-center gap-4 flex-row">
39+
<div className="flex justify-left gap-4 flex-row flex-wrap">
4040
<ButtonConf href="/conf/sponsor/">Join as a Sponsor</ButtonConf>
4141
<ButtonConf href="/conf/partner/">Join as a Partner</ButtonConf>
4242
<ButtonConf href="/conf/speak/">Submit to Speak</ButtonConf>

src/pages/conf/partner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export default () => {
114114
benefits to media and community partners, while also ensuring that
115115
our conference is promoted in a positive and appropriate way.
116116
</p>
117-
<div className="flex gap-4 flex-row">
117+
<div className="flex gap-4 flex-row flex-wrap">
118118
<ButtonConf href="https://www.graphqlconf.dev/src/media-partners">
119119
Become a Media Partner
120120
</ButtonConf>

0 commit comments

Comments
 (0)