mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
parent
73c7aa07b9
commit
0a5ab1eb31
2 changed files with 11 additions and 6 deletions
15
website/assets/styles/pages/homepage.less
vendored
15
website/assets/styles/pages/homepage.less
vendored
|
|
@ -643,6 +643,16 @@
|
|||
}
|
||||
}
|
||||
|
||||
[purpose='bottom-cta'] {
|
||||
h1 {
|
||||
font-size: 48px;
|
||||
max-width: 640px;
|
||||
&.vm {
|
||||
max-width: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[purpose='video-modal'] {
|
||||
[purpose='modal-dialog'] {
|
||||
width: 100%;
|
||||
|
|
@ -711,11 +721,6 @@
|
|||
[purpose='integrations-section'] {
|
||||
margin-top: 160px;
|
||||
}
|
||||
[purpose='bottom-cta'] {
|
||||
h1 {
|
||||
font-size: 48px;
|
||||
}
|
||||
}
|
||||
[purpose='video-modal'] {
|
||||
[purpose='modal-dialog'] {
|
||||
width: 100%;
|
||||
|
|
|
|||
2
website/views/pages/homepage.ejs
vendored
2
website/views/pages/homepage.ejs
vendored
|
|
@ -373,7 +373,7 @@
|
|||
<div purpose="homepage-content" class="container">
|
||||
<div class="text-center" purpose="bottom-cta">
|
||||
<h4>For teams with lots of computing devices</h4>
|
||||
<h1><%- partial('../partials/primary-tagline.partial.ejs') %></h1>
|
||||
<h1 class="mx-auto <%= primaryBuyingSituation%>"><%- partial('../partials/primary-tagline.partial.ejs') %></h1>
|
||||
<div purpose="button-row" style="margin-top: 40px;" class="d-flex flex-sm-row flex-column justify-content-center align-items-center mx-auto">
|
||||
<a purpose="cta-button" href="/register">Start now</a>
|
||||
<animated-arrow-button href="/contact">Talk to us</animated-arrow-button>
|
||||
|
|
|
|||
Loading…
Reference in a new issue