Skip to content

Commit 0a5ab1e

Browse files
Footer text style fix (#20976)
Footer text style fix
1 parent 73c7aa0 commit 0a5ab1e

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

website/assets/styles/pages/homepage.less

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,16 @@
643643
}
644644
}
645645

646+
[purpose='bottom-cta'] {
647+
h1 {
648+
font-size: 48px;
649+
max-width: 640px;
650+
&.vm {
651+
max-width: unset;
652+
}
653+
}
654+
}
655+
646656
[purpose='video-modal'] {
647657
[purpose='modal-dialog'] {
648658
width: 100%;
@@ -711,11 +721,6 @@
711721
[purpose='integrations-section'] {
712722
margin-top: 160px;
713723
}
714-
[purpose='bottom-cta'] {
715-
h1 {
716-
font-size: 48px;
717-
}
718-
}
719724
[purpose='video-modal'] {
720725
[purpose='modal-dialog'] {
721726
width: 100%;

website/views/pages/homepage.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@
373373
<div purpose="homepage-content" class="container">
374374
<div class="text-center" purpose="bottom-cta">
375375
<h4>For teams with lots of computing devices</h4>
376-
<h1><%- partial('../partials/primary-tagline.partial.ejs') %></h1>
376+
<h1 class="mx-auto <%= primaryBuyingSituation%>"><%- partial('../partials/primary-tagline.partial.ejs') %></h1>
377377
<div purpose="button-row" style="margin-top: 40px;" class="d-flex flex-sm-row flex-column justify-content-center align-items-center mx-auto">
378378
<a purpose="cta-button" href="/register">Start now</a>
379379
<animated-arrow-button href="/contact">Talk to us</animated-arrow-button>

0 commit comments

Comments
 (0)