Skip to content

Commit

Permalink
Merge pull request #58 from CityOfPhiladelphia/main
Browse files Browse the repository at this point in the history
removes css specific to ios which seems to be adding too much top margin
  • Loading branch information
ajrothwell authored Feb 3, 2025
2 parents 33ab199 + be2fb3b commit 9357ee5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/assets/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,9 @@ only screen and (max-width: 768px),

@supports (-webkit-touch-callout: none) {
/* CSS specific to iOS devices */
.main {
margin-top: 42px !important;
}
// .main {
// margin-top: 42px !important;
// }
}

@supports not (-webkit-touch-callout: none) {
Expand Down

0 comments on commit 9357ee5

Please sign in to comment.