Website: update homepage Fleet managed cloud CTA button (#11707)

Closes #11683

Changes:
- Set a `max-width` on the "Join the beta" button on the homepage to fix
a CSS issue on older browsers.
This commit is contained in:
Eric
2023-05-15 17:25:14 -05:00
committed by GitHub
parent 34feef4c58
commit 336d974cf2
+1 -1
View File
@@ -110,7 +110,7 @@
<div class="d-flex flex-column">
<h2>Instant deployment with Fleet Managed Cloud.</h2>
<p>Focus on device management, and leave your Fleet server management to us.</p>
<a href="https://kqphpqst851.typeform.com/to/yoo5smT9" target="_blank" purpose="animated-arrow-button-red">Join the beta</a>
<a style="max-width: 144px;" href="https://kqphpqst851.typeform.com/to/yoo5smT9" target="_blank" purpose="animated-arrow-button-red">Join the beta</a>
</div>
</div>
</div>