diff --git a/src/components/home/leftFive.vue b/src/components/home/leftFive.vue index cc5a191..676db51 100644 --- a/src/components/home/leftFive.vue +++ b/src/components/home/leftFive.vue @@ -215,7 +215,7 @@ export default { } .single-wrapper { - margin-top: 100px; + margin-top: 4%; display: flex; flex: 1; justify-content: space-around; diff --git a/src/components/home/leftSeven.vue b/src/components/home/leftSeven.vue index a738981..ee08840 100644 --- a/src/components/home/leftSeven.vue +++ b/src/components/home/leftSeven.vue @@ -194,7 +194,7 @@ export default { } .work-icons { - margin-top: 100px; + margin-top: 4%; display: flex; flex: 1; justify-content: space-around;