Skip to content

Commit

Permalink
Footer text style fix (#20976)
Browse files Browse the repository at this point in the history
Footer text style fix
  • Loading branch information
mike-j-thomas committed Aug 1, 2024
1 parent 73c7aa0 commit 0a5ab1e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions website/assets/styles/pages/homepage.less
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand Down Expand Up @@ -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%;
Expand Down
2 changes: 1 addition & 1 deletion website/views/pages/homepage.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 0a5ab1e

Please sign in to comment.