Skip to content

Commit

Permalink
Align cards to start
Browse files Browse the repository at this point in the history
  • Loading branch information
dt2patel committed Nov 10, 2023
1 parent 2a37765 commit 05b5deb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/ShippingDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,6 @@ export default defineComponent({
display: grid;
grid-template-columns: repeat(auto-fill, minmax(343px, 1fr));
gap: 10px;
align-items: start;
}
</style>

0 comments on commit 05b5deb

Please sign in to comment.