From 802e349a7a1b15dc61a025cf7bd126d396949533 Mon Sep 17 00:00:00 2001
From: vekaste <vekaste@stud.ntnu.no>
Date: Fri, 19 Apr 2024 16:57:20 +0200
Subject: [PATCH] feat: fixed void on right side

---
 src/components/SavingGoalComponents/SavingGoal.vue | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/components/SavingGoalComponents/SavingGoal.vue b/src/components/SavingGoalComponents/SavingGoal.vue
index 89cae3a..e3de051 100644
--- a/src/components/SavingGoalComponents/SavingGoal.vue
+++ b/src/components/SavingGoalComponents/SavingGoal.vue
@@ -36,7 +36,7 @@ export default {
 </script>
 
 <template>
-  <div class="container">
+  <div class="cont">
     <div class="row">
       <div class="col-lg-4 blue-background overflow-auto" :style="{ 'max-height': bluePanelMaxHeight }">
         <h3 style="color: white; margin-bottom: 16px">Your saving goals</h3>
@@ -53,9 +53,10 @@ export default {
 </template>
 
 <style scoped>
-.container {
+.cont {
+  padding-left: 10px;
   margin: 0;
-  width: 100%;
+  width: 98%;
   box-sizing: unset;
 }
 
-- 
GitLab