From b92655ab1be0cb6633caf90cbd95b4bc7d9f7982 Mon Sep 17 00:00:00 2001 From: Adam French Date: Mon, 9 Feb 2026 16:28:10 +0000 Subject: [PATCH] fix margins --- nginx/vue/src/App.vue | 2 +- nginx/vue/src/assets/styles.css | 2 +- nginx/vue/src/components/Navbar.vue | 4 +--- nginx/vue/src/views/CV.vue | 8 +++----- nginx/vue/src/views/home/Home.vue | 2 +- 5 files changed, 7 insertions(+), 11 deletions(-) diff --git a/nginx/vue/src/App.vue b/nginx/vue/src/App.vue index c14df95..2b8e5df 100644 --- a/nginx/vue/src/App.vue +++ b/nginx/vue/src/App.vue @@ -5,8 +5,8 @@ import Footer from "@/components/Footer.vue"; diff --git a/nginx/vue/src/assets/styles.css b/nginx/vue/src/assets/styles.css index 6b097b7..5512b24 100644 --- a/nginx/vue/src/assets/styles.css +++ b/nginx/vue/src/assets/styles.css @@ -84,7 +84,7 @@ body { } main { - @apply overflow-y-scroll; + @apply overflow-y-scroll w-full h-full p-10; } input { diff --git a/nginx/vue/src/components/Navbar.vue b/nginx/vue/src/components/Navbar.vue index fe40584..2a89985 100644 --- a/nginx/vue/src/components/Navbar.vue +++ b/nginx/vue/src/components/Navbar.vue @@ -45,9 +45,7 @@ const faces_string = faces.join(" ");