Skip to content

Commit

Permalink
feat: remove outdated media query
Browse files Browse the repository at this point in the history
  • Loading branch information
Naomi Aro committed Apr 16, 2021
1 parent 2e175a7 commit 848f259
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app/components/Layout/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,15 +192,6 @@ const HeaderLayout = ({
}
}
/* Custom query to prevent title heading from wrapping in screen widths
* between 992px to 1092px:
*/
@media screen and (min-width: 1092px) {
header h2 {
font-size: 2rem;
}
}
/* Larger desktops and up:
* Gives same effect as .container class on nav to align its contents
* with page grid:
Expand Down

0 comments on commit 848f259

Please sign in to comment.