Skip to content

Commit

Permalink
Merge pull request #312 from amansinghbais/#291
Browse files Browse the repository at this point in the history
Improved: restricted the card height to the content in parkings page (#291)
  • Loading branch information
ymaheshwari1 authored Sep 17, 2024
2 parents d7e84a7 + b340cfc commit 923000b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/Parking.vue
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ main {
grid-template-columns: repeat(auto-fill, minmax(300px, 343px));
max-width: 1000px;
margin: auto;
align-items: start;
}

@media screen and (min-width: 991px) {
Expand Down

0 comments on commit 923000b

Please sign in to comment.