diff --git a/src/assets/images/product-brasil-single.png b/src/assets/images/product-brasil-single.png new file mode 100644 index 0000000..23b0c06 Binary files /dev/null and b/src/assets/images/product-brasil-single.png differ diff --git a/src/assets/images/product-colombia-single.png b/src/assets/images/product-colombia-single.png new file mode 100644 index 0000000..7d6056f Binary files /dev/null and b/src/assets/images/product-colombia-single.png differ diff --git a/src/assets/images/product-peru-single.png b/src/assets/images/product-peru-single.png new file mode 100644 index 0000000..b0a5f90 Binary files /dev/null and b/src/assets/images/product-peru-single.png differ diff --git a/src/assets/images/product-uganda-single.png b/src/assets/images/product-uganda-single.png new file mode 100644 index 0000000..4026bb1 Binary files /dev/null and b/src/assets/images/product-uganda-single.png differ diff --git a/src/components/Employee.vue b/src/components/Employee.vue index fb583f2..761ca05 100644 --- a/src/components/Employee.vue +++ b/src/components/Employee.vue @@ -26,6 +26,7 @@ export default { font-weight: 700; font-size: 24px; line-height: 28px; + padding: 0; } .role { @@ -33,5 +34,6 @@ export default { font-weight: 500; font-size: 20px; line-height: 23.44px; + padding: 0; } \ No newline at end of file diff --git a/src/components/ProductBox.vue b/src/components/ProductBox.vue new file mode 100644 index 0000000..5bb124b --- /dev/null +++ b/src/components/ProductBox.vue @@ -0,0 +1,63 @@ + + + + + \ No newline at end of file diff --git a/src/components/ProductFlipCard.vue b/src/components/ProductFlipCard.vue index 5c496e4..09de12d 100644 --- a/src/components/ProductFlipCard.vue +++ b/src/components/ProductFlipCard.vue @@ -1,10 +1,4 @@