Skip to content

Commit

Permalink
Matched font-size and line-height, and removed a superfluous media query
Browse files Browse the repository at this point in the history
  • Loading branch information
bbambozzi committed Jan 4, 2024
1 parent 760af06 commit e20c831
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions _sass/includes/homepage-hero-band.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,21 +57,12 @@
}
}

@media screen and (max-width: 768px) {
grid-column: span 12;

h2 {
font-size: 5rem;
line-height: 4.5rem;
}
}

@media screen and (max-width: 550px) {
grid-column: span 12;

h2 {
font-size: 3.8rem;
line-height: 4rem;
line-height: 3.8rem;
}
}

Expand All @@ -80,7 +71,7 @@

h2 {
font-size: 3rem;
line-height: 3.65rem;
line-height: 3rem;
}
}

Expand All @@ -89,7 +80,7 @@

h2 {
font-size: 2.8rem;
line-height: 3.5rem;
line-height: 2.8rem;
}
}

Expand All @@ -98,7 +89,7 @@

h2 {
font-size: 2.5rem;
line-height: 3.5rem;
line-height: 2.5rem;
}
}

Expand Down

0 comments on commit e20c831

Please sign in to comment.