diff --git a/src/components/SavingGoalComponents/SavingGoal.vue b/src/components/SavingGoalComponents/SavingGoal.vue index 89cae3a4258a8c705e15c4146f8c2e479530d7d5..e3de05112d6f449f7d2a1f3f0ba047d8b056fcd7 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; }