Skip to content

Commit

Permalink
fix(footer): add standard letter-spacing, increase weight to 700
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Aug 1, 2023
1 parent 868cfbe commit 3d4152a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benefits/static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ main {
--footer-link-color: #73b3e7;
--footer-link-width: 100%;
--footer-link-hover-color: #9b74d7;
--footer-link-font-weight: var(--medium-font-weight);
--footer-link-font-weight: var(--bold-font-weight);
--footer-mobile-underline-color: var(--bs-white);
--main-content-min-height: calc(100vh - 246px);
/* 246px = Header Height (80px) + (Footer Link (50px) * Number of Links (2)) + Underline Height (2px) + Footer Margin Top (64px) */
Expand Down Expand Up @@ -251,7 +251,7 @@ footer .footer-links li a {
font-weight: var(--footer-link-font-weight);
font-size: var(--bs-body-font-size);
text-decoration: underline;
letter-spacing: 0;
letter-spacing: var(--body-letter-spacing);
line-height: 50px;
}

Expand Down

0 comments on commit 3d4152a

Please sign in to comment.