Skip to content

Commit

Permalink
unbolded homepage header and removed gibson bold elements from static…
Browse files Browse the repository at this point in the history
… pages
  • Loading branch information
maxturer committed Aug 30, 2024
1 parent 509e2cd commit 715fdf3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
border-bottom: none;
color: $gw-white;
font-size: 5vw;
font-weight: bold;
font-weight: 200;
}

@media (max-width: 950px) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@
h3 {
font-size: 1em;
text-decoration: underline;
font-weight: 200;
--max-lines: 4;
--line-height: 1.2;
max-height: calc(var(--max-lines) * 1em * var(--line-height));
Expand Down Expand Up @@ -446,7 +447,7 @@
border-radius: 50%;
background-color: $gw-dark-blue;
color: $gw-white;
font-weight: bold;
font-weight: 200;
font-size: 1.5em;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
margin-bottom: 0;
color: $gw-light-blue;
font-size: 7.5vw;
font-weight: bold;
font-weight: 200;

@media (min-width: 1786px) {
font-size: 6.5em;
Expand Down Expand Up @@ -46,7 +46,7 @@
margin-bottom: 0;
color: $gw-light-blue;
font-size: 7.5vw;
font-weight: bold;
font-weight: 200;

@media (min-width: $mobile-breakpoint) {
font-size: 6.4vw;
Expand Down

0 comments on commit 715fdf3

Please sign in to comment.