diff --git a/pages/about.vue b/pages/about.vue index 46fa315..7333ad7 100644 --- a/pages/about.vue +++ b/pages/about.vue @@ -53,10 +53,13 @@ :href="item.href" /> -
+

Lead more

@@ -296,14 +299,13 @@ export default defineComponent({ .review-row { display: flex; justify-content: center; - margin-bottom: 120px; } .reviews { display: flex; flex-direction: column; width: 1200px; - grid-gap: 32px; .cards { + margin-top: 48px; display: flex; flex-direction: row; box-sizing: border-box; @@ -314,7 +316,7 @@ export default defineComponent({ display: flex; flex-direction: column; align-items: center; - margin-bottom: 120px; + margin: 48px 0 120px 0; .lead-more { display: flex; justify-content: space-between; diff --git a/pages/project/index.vue b/pages/project/index.vue index ca4672d..6c067d6 100644 --- a/pages/project/index.vue +++ b/pages/project/index.vue @@ -18,7 +18,7 @@ :project="_project" />
-
+