Skip to content

Commit

Permalink
Improved: restricted the card height to the content in parkings page (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
amansinghbais committed Sep 3, 2024
1 parent 08741d9 commit b340cfc
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 b340cfc

Please sign in to comment.