Skip to content

Commit

Permalink
Merge pull request #2152 from CityOfPhiladelphia/breakpoints
Browse files Browse the repository at this point in the history
breakpoints updates
  • Loading branch information
RitikaDesai98 authored Jul 30, 2024
2 parents 07ff2f2 + 089d1e5 commit f891379
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,18 @@ footer.site-footer .contact {
}
}

.row{
max-width: 90rem;
}

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

hr{
max-width: 90rem;
}

html{
scroll-behavior: smooth;
}

0 comments on commit f891379

Please sign in to comment.