From 03bf1c3a9e99091a880049789a66f30b7f5fe577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Conde?= Date: Sun, 3 Sep 2023 21:32:56 +0200 Subject: [PATCH] cambios --- src/assets/images/shoppingcart.svg | 3 +++ src/components/Certifications.vue | 5 +++-- src/components/DifferentBox.vue | 20 ++++++++++---------- src/components/Footer.vue | 1 - src/components/ProductBox.vue | 15 ++++++++++++--- src/components/ProductTable.vue | 8 +------- src/data.js | 27 ++++++++++++++++++++++++--- src/views/products/Products.vue | 5 +++-- src/views/social/Social.vue | 23 ++++++++--------------- 9 files changed, 64 insertions(+), 43 deletions(-) create mode 100644 src/assets/images/shoppingcart.svg diff --git a/src/assets/images/shoppingcart.svg b/src/assets/images/shoppingcart.svg new file mode 100644 index 0000000..f871288 --- /dev/null +++ b/src/assets/images/shoppingcart.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/components/Certifications.vue b/src/components/Certifications.vue index ae0b330..0071947 100644 --- a/src/components/Certifications.vue +++ b/src/components/Certifications.vue @@ -24,11 +24,12 @@ h2 { color: #fff; text-align: center; padding-bottom: 26px !important; + font-size: 28px !important; } .image { - height: 270px; - widows: 270px;; + height: 200px; + widows: 200px;; } .certifications { diff --git a/src/components/DifferentBox.vue b/src/components/DifferentBox.vue index 1f0703b..4ccabb2 100644 --- a/src/components/DifferentBox.vue +++ b/src/components/DifferentBox.vue @@ -17,29 +17,29 @@ export default {