From 9a2f4334cfb7107f44091aae35d5441666f93be3 Mon Sep 17 00:00:00 2001
From: Ina <inamar@stud.ntnu.no>
Date: Fri, 3 May 2024 13:43:47 +0200
Subject: [PATCH] fix: add margin

---
 src/views/HomeView.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue
index 3e0b452..bf86319 100644
--- a/src/views/HomeView.vue
+++ b/src/views/HomeView.vue
@@ -9,7 +9,7 @@
                 :imageDirection="'right'"
                 class="my-10 md:ml-5"
             ></SpareComponent>
-            <div class="flex flex-col gap-2 items-center mx-auto mt-4 mb-20 md:gap-4 md:m-0 w-full">
+            <div class="flex flex-col gap-2 items-center mx-auto mt-4 mb-20 md:gap-4 md:m-0 md:ml-4 w-full">
                 <ButtonAddGoalOrChallenge :buttonText="'Legg til sparem�l'" :type="'goal'" />
                 <ButtonAddGoalOrChallenge
                     :buttonText="'Legg til spareutfordring'"
-- 
GitLab