diff options
author | Mateja <mail@matejamaric.com> | 2021-07-31 03:00:29 +0200 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-07-31 03:00:29 +0200 |
commit | ba3efb90e53fb5dba1b9c4f5f819327be84120d1 (patch) | |
tree | ec5f0cd65f79c0a4f9c6b3f91d3110945be86059 /client/src/views/Checkout.vue | |
parent | 7b513296c114b7cf216861b038b118722c3815ba (diff) | |
download | mevn-ecommerce-main.tar.gz mevn-ecommerce-main.zip |
Diffstat (limited to 'client/src/views/Checkout.vue')
-rw-r--r-- | client/src/views/Checkout.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/views/Checkout.vue b/client/src/views/Checkout.vue index 7004b1f..fc2581c 100644 --- a/client/src/views/Checkout.vue +++ b/client/src/views/Checkout.vue @@ -1,5 +1,5 @@ <template> - <div class="mt-5"> + <div class="mt-5 mb-1 mx-3"> <div class="row d-flex justify-content-center"> <div class="col-md-6 card"> <ul class="list-group list-group-flush"> |