mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-03 04:10:43 +00:00
fix: fix mobile view and subtitles on slack/calendar page (#9822)
This commit is contained in:
parent
a59f3cbe3d
commit
9ad0a0c480
@ -13,7 +13,7 @@ function Events() {
|
||||
<div className="container">
|
||||
<div className="hero__content">
|
||||
<h1>DataHub Community Event Calendar</h1>
|
||||
<div style={{ fontSize: "18px" }}>Subscribe to join our monthly events to network and learn more about our community!</div>
|
||||
<div style={{ fontSize: "18px" }}>Join our monthly events to network and learn more about our community!</div>
|
||||
<div className="lumaCalendar" style={{ maxWidth: "60rem", margin: "3rem auto" }}>
|
||||
<iframe
|
||||
src="https://lu.ma/embed/calendar/cal-lom9HnTVnZkKsNh/events"
|
||||
|
||||
@ -37,7 +37,7 @@ function SlackSurvey() {
|
||||
<div className="hero__content">
|
||||
<h1>Join the DataHub Slack Community!</h1>
|
||||
<div style={{ fontSize: "18px" }}>We'd love to find out a little more about you!</div>
|
||||
<div id="hubspotForm" style={{ width: "50%", margin: "3rem auto"}}></div>
|
||||
<div id="hubspotForm" style={{ width: "90%", maxWidth:"40rem", margin: "3rem auto"}}></div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user