fix: fix mobile view and subtitles on slack/calendar page (#9822)

This commit is contained in:
Hyejin Yoon 2024-03-06 15:54:38 +09:00 committed by GitHub
parent a59f3cbe3d
commit 9ad0a0c480
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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>