Skip to content
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 website/modules/home-simplified/views/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<div class="ca-hero">
<div class="eyebrow"><span class="pulse"></span>The New Site Is On Its Way</div>
<h1>Software that<br class="h1-break"> carries <span class="grad">your</span><br class="h1-break"> <span class="grad">mission further.</span></h1>
<h1>Software that<br> carries <span class="grad">your</span><br> <span class="grad">mission further.</span></h1>

<div class="ca-cue">
<span class="cue-txt">For over a decade S&amp;F has partnered with purpose-driven companies to design, build, and scale products that matter.</span>
Expand Down
6 changes: 3 additions & 3 deletions website/public/css/home-simplified/home-simplified.css
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,10 @@ body {
}

.ca-hero h1 {
font-size: 120px;
font-size: 100px;
font-weight: 700;
line-height: 0.9;
letter-spacing: -2.8px;
letter-spacing: -2px;
vertical-align: middle;
max-width: 1180px;
text-wrap: balance;
Expand Down Expand Up @@ -431,7 +431,7 @@ svg.sicon {
.ca-hero h1 {
font-size: 40px;
line-height: 0.9;
letter-spacing: -2.8px;
letter-spacing: -0.6px;
max-width: none;
padding-right: 4px;
}
Expand Down
Loading