Skip to content

Commit f3a57da

Browse files
committed
Hide contact blurb on mobile until col refactor
Mobile layout handling should be more pragmatic, so that should be refactored before we re-tweak the entire mobile layout to make room for this notice.
1 parent a3dc5fb commit f3a57da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/preregister.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class PreRegister extends React.Component {
3434

3535
<MailchimpInput/>
3636

37-
<div id="contact">
37+
<div id="contact" className="mobile-hide">
3838
<p>interested in sponsoring?</p>
3939
<p>email <a href="mailto:sponsorship@coderit.org">sponsorship@coderit.org</a></p>
4040
</div>

0 commit comments

Comments
 (0)