Skip to content

Commit

Permalink
Merge pull request #2168 from CityOfPhiladelphia/cherrypick-breakpoints
Browse files Browse the repository at this point in the history
1440 breakpoints
  • Loading branch information
RitikaDesai98 authored Sep 6, 2024
2 parents 13424dd + cdfdfbe commit 9b0bbad
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,16 @@ footer.site-footer .contact {

html{
scroll-behavior: smooth;
}

.row{
max-width: 90rem;
}

.grid-container {
max-width: 90rem;
}

hr{
max-width: 90rem;
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
left: 0 !important;

.sticky-header-width{
max-width: 75rem;
max-width: 90rem;
margin-left: auto;
margin-right: auto;
}
Expand Down

0 comments on commit 9b0bbad

Please sign in to comment.