diff --git a/nuxt/pages/certification.vue b/nuxt/pages/certification.vue index 857ecdd..8c028bb 100644 --- a/nuxt/pages/certification.vue +++ b/nuxt/pages/certification.vue @@ -60,6 +60,7 @@ export default { width: 80%; margin: auto; margin-top: 25vh; + margin-bottom: 20vh; text-align: center; } .container em { diff --git a/nuxt/pages/profile.vue b/nuxt/pages/profile.vue index 659a3c5..6bafc42 100644 --- a/nuxt/pages/profile.vue +++ b/nuxt/pages/profile.vue @@ -75,6 +75,7 @@ export default { width: 80%; margin: auto; margin-top: 25vh; + margin-bottom: 20vh; padding: 20px; border-radius: 20px; background: linear-gradient( diff --git a/nuxt/pages/projects.vue b/nuxt/pages/projects.vue index f4cefeb..6699dbd 100644 --- a/nuxt/pages/projects.vue +++ b/nuxt/pages/projects.vue @@ -33,6 +33,7 @@ div width: 80%; margin: auto; margin-top: 25vh; + margin-bottom: 20vh; padding: auto; text-align: center; } diff --git a/nuxt/pages/skills.vue b/nuxt/pages/skills.vue index 0f64de0..1bb8a30 100644 --- a/nuxt/pages/skills.vue +++ b/nuxt/pages/skills.vue @@ -399,6 +399,7 @@ export default { width: 80%; margin: auto; margin-top: 25vh; + margin-bottom: 20vh; padding: auto; text-align: center; }