Skip to content

Commit a6af0ad

Browse files
authored
Merge pull request #46 from Hyper-Unearthing/feat/new-landing-page
fix: couple more fixes
2 parents 465245b + 715edd2 commit a6af0ad

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

assets/main.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ body {
44

55
/* variable overrides */
66
--font-family: "Bricolage Grotesque", sans-serif;
7+
--logo-font-family: "Outfit", sans-serif;
78
--navigation-bottom-padding: 18px;
89
--body-line-height: 1.8rem;
910
--body-font-size: 1.5rem;
@@ -179,3 +180,7 @@ ol li {
179180
line-height: 28px;
180181
font-size: 20px;
181182
}
183+
184+
.logo-text {
185+
font-family: var(--logo-font-family);
186+
}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h4>Pull request health:</h3>
9191
<li>Cycle Time</li>
9292
<li>Pickup Time</li>
9393
<li>Stale Frequency</li>
94-
<li>iIeration Loops</li>
94+
<li>Iteration Loops</li>
9595
<li>Flaky Test Frequency</li>
9696
</ol>
9797
</div>

0 commit comments

Comments
 (0)