Skip to content

Commit

Permalink
Merge pull request #38 from CityOfPhiladelphia/featured-tools-redesign
Browse files Browse the repository at this point in the history
fixed cards margin & width on mobile
  • Loading branch information
RitikaDesai98 authored Aug 22, 2024
2 parents 974ecc1 + 8b0b6e9 commit aa1a95a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -892,6 +892,10 @@ export default {
}
@media (max-width: 749px) {
a.card {
margin: 0.5rem 0;
}
#main-container {
flex-direction: column;
}
Expand Down

0 comments on commit aa1a95a

Please sign in to comment.