Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Mar 6, 2024
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 docs-website/src/pages/events/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs-website/src/pages/slack/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Loading